UNPKG

knip

Version:

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

4 lines (3 loc) 187 B
import parseArgs from 'minimist'; export declare const argsFrom: (args: string[], from: string) => string[]; export declare const parseNodeArgs: (args: string[]) => parseArgs.ParsedArgs;