UNPKG

lerna

Version:

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

3 lines (2 loc) 243 B
export declare function npmInstall(pkg: any, { registry, npmClient, npmClientArgs, npmGlobalStyle, mutex, stdio, subCommand }: any): any; export declare function npmInstallDependencies(pkg: any, dependencies: any, config: any): Promise<void>;