UNPKG

contentful-management

Version:
6 lines (5 loc) 177 B
/** * Helper function that resolves a Promise after the specified duration (in milliseconds) * @internal */ export declare function sleep(durationMs: number): Promise<void>;