iching-broker-level1/node_modules/ts-node/dist/util.d.ts
2025-03-25 09:54:22 +01:00

4 lines
118 B
TypeScript

/**
* Cached fs operation wrapper.
*/
export declare function cachedLookup<T, R>(fn: (arg: T) => R): (arg: T) => R;