@launchmenu/core
Version:
An environment for visual keyboard controlled applets
7 lines • 348 B
TypeScript
/**
* Waits for the specified amount of time before resolving
* @param time The time in ms to wait (defaults to 200)
* @returns A promise resolving after the specified amount of time
*/
export declare const wait: <T = void>(time?: number, ...rest: T extends void ? [] : [value: T]) => Promise<T>;
//# sourceMappingURL=wait.helper.d.ts.map