UNPKG

npm-submodules

Version:

Simple way to manage typescipt and angular2 submodules from 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>;