Files

3 lines
79 B
TypeScript
Raw Normal View History

declare function wait(timeout: number): Promise<unknown>;
export default wait;