TreasureTrails/node_modules/ts-node/dist/util.d.ts

5 lines
118 B
TypeScript
Raw Permalink Normal View History

2026-03-18 09:02:21 -05:00
/**
* Cached fs operation wrapper.
*/
export declare function cachedLookup<T, R>(fn: (arg: T) => R): (arg: T) => R;