UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

3 lines (2 loc) 75 B
declare function wait(timeout: number): Promise<unknown>; export { wait };