Current section

Files

Jump to
ckeditor5_phoenix dist shared timeout.d.ts
Raw

dist/shared/timeout.d.ts

/**
* Returns a promise that resolves after a specified number of milliseconds.
*
* @param ms The number of milliseconds to wait.
* @returns A promise that resolves after the specified time.
*/
export declare function timeout(ms: number): Promise<void>;
//# sourceMappingURL=timeout.d.ts.map