UNPKG

fishbird

Version:

Fishbird is a simple, lightweight, and fast Promise utility library

4 lines (2 loc) 91 B
declare function delay(ms: number): Promise<unknown>; export { delay as default, delay };