UNPKG

@fbltd/async

Version:

Miscellaneous async utils

3 lines (2 loc) 125 B
export declare function delay(ms: number, syncKey: 'sync'): void; export declare function delay(ms?: number): Promise<void>;