UNPKG

@beenotung/tslib

Version:
3 lines (2 loc) 143 B
export declare function createLazy<A>(f: () => A): () => A; export declare function createAsyncLazy<A>(f: () => Promise<A>): () => Promise<A>;