run npm install to generate a package lock
This commit is contained in:
3
node_modules/stubborn-fs/dist/retryify.d.ts
generated
vendored
Normal file
3
node_modules/stubborn-fs/dist/retryify.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare const retryifyAsync: <FN extends Function>(fn: FN, isRetriableError: (error: unknown) => boolean | void) => (timeout: number) => FN;
|
||||
declare const retryifySync: <FN extends Function>(fn: FN, isRetriableError: (error: unknown) => boolean | void) => (timeout: number) => FN;
|
||||
export { retryifyAsync, retryifySync };
|
||||
Reference in New Issue
Block a user