UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

6 lines (5 loc) 167 B
declare class AbortError extends Error { constructor(message?: string); static throwIfAborted(signal: AbortSignal | undefined): void; } export { AbortError };