UNPKG

@beenotung/tslib

Version:
2 lines (1 loc) 56 B
export declare type Runnable<A> = () => A | Promise<A>;