zhangkun9038@dingtalk.com 41fa1390ae first add
2025-01-30 23:47:14 +08:00

5 lines
118 B
TypeScript

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