UNPKG

knip

Version:

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

13 lines (12 loc) 202 B
const title = 'nodemon'; const args = { positional: false, nodeImportArgs: true, string: ['exec'], fromArgs: ['exec'], }; const plugin = { title, args, }; export default plugin;