UNPKG

rhodash

Version:

A deadly simple alternative to lodash

7 lines 210 B
/** * Return a Promise to be resolved in the given millisecond. * * @example await delay(1000) // wait 1000ms */ export declare function delay(ms: number): Promise<void>; //# sourceMappingURL=delay.d.ts.map