UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

5 lines (4 loc) 159 B
import type { Pool } from './utils/async/pool'; declare const issuesPool: Pool; declare const dependenciesPool: Pool; export { issuesPool, dependenciesPool };