Files
simple-mail-cleaner/backend/node_modules/ts-node/dist/util.d.ts
2026-01-22 15:49:12 +01:00

5 lines
118 B
TypeScript

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