UNPKG

knip

Version:

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

4 lines (3 loc) 211 B
import type { ViteConfig } from './types.js'; export declare const getEnvSpecifier: (env: string) => string; export declare const getExternalReporters: (reporters?: ViteConfig["test"]["reporters"]) => string[];