UNPKG

lerna

Version:

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

12 lines (11 loc) 202 B
export declare function getNpmExecOpts(pkg: { name: any; location: string; }, registry?: any): { cwd: string; env: any; pkg: { name: any; location: string; }; };