UNPKG

56 BTypeScriptView Raw
1export declare type Runnable<A> = () => A | Promise<A>;