wait.d.ts 75 B

12
  1. declare function wait(timeout: number): Promise<unknown>;
  2. export { wait };