dd
This commit is contained in:
4
extensions/Excel转JSON/node_modules/atomically/dist/utils/retryify.d.ts
generated
vendored
Normal file
4
extensions/Excel转JSON/node_modules/atomically/dist/utils/retryify.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Exception, FN } from '../types';
|
||||
declare const retryifyAsync: <T extends FN<any[], any>>(fn: T, isRetriableError: FN<[Exception], boolean | void>) => FN<[number], T>;
|
||||
declare const retryifySync: <T extends FN<any[], any>>(fn: T, isRetriableError: FN<[Exception], boolean | void>) => FN<[number], T>;
|
||||
export { retryifyAsync, retryifySync };
|
||||
Reference in New Issue
Block a user