UNPKG

npm-check-extras

Version:

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

9 lines (8 loc) 294 B
import type { HistoryData } from '../types.js'; export declare const $historyItems: import("nanostores").MapStore<HistoryData>; export declare const historyActionsManager: { fetchHistory: () => void; hasHistory: () => boolean; showNext: () => void; showPrevious: () => void; };