UNPKG

knip

Version:

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

9 lines (8 loc) 263 B
export declare const DEFAULT_INPUT = "src/lib"; export declare const DEFAULT_OUTPUT = "dist"; interface IO { input: string; output: string; } export declare const parseScripts: (scripts: Record<string, string | undefined> | undefined) => IO[]; export {};