UNPKG

npm-submodules

Version:

Simple way to manage typescipt and angular2 submodules from one repository

12 lines (11 loc) 215 B
export declare function npmInstall({skipCleanup, yarn}: { skipCleanup: any; yarn: any; }): { title: string; task: () => any; }[] | { title: string; task: () => any; skip: () => any; }[];