UNPKG

lerna

Version:

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository

4 lines (3 loc) 332 B
import * as childProcess from "@lerna/child-process"; export declare function npmInstall(pkg: any, { registry, npmClient, npmClientArgs, npmGlobalStyle, mutex, stdio, subCommand }: any): Promise<childProcess.LernaReturnValue>; export declare function npmInstallDependencies(pkg: any, dependencies: any, config: any): Promise<void>;