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