UNPKG

vite-plugin-checker

Version:

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

4 lines (2 loc) 163 B
declare function parseArgsStringToArgv(value: string, env?: string, file?: string): string[]; export { parseArgsStringToArgv as default, parseArgsStringToArgv };