mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-06-14 06:00:47 +00:00
Next release of setup-bun
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