UNPKG

breakable-promise

Version:

Project breakable-promise

4 lines 234 B
/// <reference types="node" /> export declare const setImmediateFn: typeof setImmediate | ((cb: () => void) => void); export declare const isCallable: (callable: (...args: any[]) => any) => boolean; //# sourceMappingURL=index.d.ts.map