📄 wait.d.ts
/home/palash/git/site/node_modules/fork-ts-checker-webpack-plugin/lib/utils/async/wait.d.ts
Language: ts • Lines: 2
declare function wait(timeout: number): Promise<unknown>;
export default wait;