wait.d.ts 79 Bytes Raw Blame History Permalink 1 2 declare function wait(timeout: number): Promise<unknown>; export default wait;