UNPKG

msync

Version:

Easily manage building and syncing multiple node-modules in a flexibly defined workspace.

13 lines (12 loc) 403 B
declare type O = Record<string, unknown>; export declare const name = "outdated"; export declare const alias = "o"; export declare const description = "Checks all modules for outdated references on NPM."; export declare function cmd(args?: { params: string[]; options: O; }): Promise<void>; export declare function outdated(options: { includeIgnored?: boolean; }): Promise<void>; export {};