UNPKG

ngm-cli

Version:

Simple way to manage angular submodules in one repository

10 lines (9 loc) 254 B
export declare function npmLinkCommand({project, local, deep, verbose, yarn, here}: { project: any; local: any; deep: any; verbose: any; yarn: any; here: any; }): Promise<any>; export declare function run(cli: any): Promise<any>;