UNPKG

vite-plugin-checker

Version:

Vite plugin that runs TypeScript type checker on a separate process.

6 lines (3 loc) 178 B
import { Stats } from 'node:fs'; declare function createIgnore(_root: string, pattern?: string | string[]): (path: string, _stats?: Stats) => boolean; export { createIgnore };