Backend half
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Cached fs operation wrapper.
|
||||
*/
|
||||
export declare function cachedLookup<T, R>(fn: (arg: T) => R): (arg: T) => R;
|
||||
Reference in New Issue
Block a user