UNPKG

knip

Version:

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

11 lines (10 loc) 218 B
import { argsFrom } from '../../binaries/util.js'; const title = 'dotenv'; const args = { fromArgs: (parsed, args) => argsFrom(args, parsed._[0]), }; const plugin = { title, args, }; export default plugin;