UNPKG

lazzy.ts

Version:

Fast and lightweight library for lazy operations with iterable objects.

2 lines 142 B
export declare function delay<T>(millisconds: number, value?: T): Promise<T extends undefined ? void : T>; //# sourceMappingURL=delay.d.ts.map