UNPKG

npm-check-extras

Version:

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

3 lines (2 loc) 127 B
export declare const addToSelected: (index: number) => number[]; export declare const isSelected: (option: string) => boolean;