UNPKG

ts-node

Version:

TypeScript execution environment and REPL for node.js, with source map support

5 lines (4 loc) 118 B
/** * Cached fs operation wrapper. */ export declare function cachedLookup<T, R>(fn: (arg: T) => R): (arg: T) => R;