UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

6 lines (5 loc) 259 B
import type { FilesChange } from '../../files-change'; import type { FilesMatch } from '../../files-match'; declare const getDependenciesWorker: (change: FilesChange) => FilesMatch; export type GetDependenciesWorker = typeof getDependenciesWorker; export {};