UNPKG

vite-plugin-checker

Version:

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

5 lines (3 loc) 172 B
declare const isInVitestEntryThread: string | false | undefined; declare const isMainThread: string | boolean | undefined; export { isInVitestEntryThread, isMainThread };