Icard/angular-clarity-master(work.../node_modules/ts-node/dist/util.d.ts

5 lines
118 B
TypeScript
Raw Normal View History

2024-07-16 15:23:22 +00:00
/**
* Cached fs operation wrapper.
*/
export declare function cachedLookup<T, R>(fn: (arg: T) => R): (arg: T) => R;