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