test/node_modules/@vuepress/helper/lib/client/utils/wait.d.ts
2024-08-13 09:27:52 +08:00

2 lines
58 B
TypeScript

export declare const wait: (ms: number) => Promise<void>;