UNPKG

@gooddata/api-client-bear

Version:
8 lines 212 B
/** * Return promise that will resolve after `ms` miliseconds * * @param ms - time in miliseconds * @returns */ export declare function delay(ms: number): Promise<void>; //# sourceMappingURL=promise.d.ts.map