UNPKG

@beenotung/tslib

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