UNPKG

506 BTypeScriptView Raw
1export declare function _workspaces(): Promise<any>;
2export declare function each__package__json(txt__glob: any, fn: any): Promise<void>;
3export declare function cli__npm_check_updates__monorepo(): Promise<void>;
4declare type Opts__threads = {
5 threads?: number;
6 workspace_name?: string | string[];
7};
8export declare function npm_check_updates__monorepo(opts?: Opts__threads): Promise<{}>;
9export declare function run_parallel__workspaces(cmd_a1: any, opts?: Opts__threads): Promise<{}>;
10export {};