UNPKG

npm-check-extras

Version:

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

13 lines (12 loc) 267 B
import { type ActionItem } from './types.js'; export declare const availableActions: ActionItem[]; export declare const colors: { button: { bg: string; color: string; }; activeButton: { bg: string; color: string; }; };