UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

3 lines (2 loc) 113 B
declare function isPending(promise: Promise<unknown>, timeout?: number): Promise<unknown>; export { isPending };