UNPKG

ngm-cli

Version:

Simple way to manage angular submodules in one repository

18 lines (17 loc) 420 B
/** * Smart merge of package.json files like Object.assign({}, src, dist) * @param opts * @param localDependencies * @param options */ export declare function buildPkgJson(opts: TsmOptions, localDependencies: any, options: { local: boolean; }): any; /** * * @param tsmOptions * @param options */ export declare function buildPkgs(tsmOptions: TsmOptions[], options: { local: boolean; }): Promise<any[]>;