UNPKG

npm-check-extras

Version:

CLI app to check for outdated and unused dependencies, and run update/delete action over selected ones

4 lines (3 loc) 146 B
declare const getId: () => string; declare const getCommandFromSentence: (sentence: string) => string; export { getId, getCommandFromSentence, };