UNPKG

knip

Version:

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

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