UNPKG

npm-submodules

Version:

Simple way to manage typescipt and angular2 submodules from one repository

7 lines (6 loc) 140 B
export declare function npmPublish({cwd, yarn, tag, access}: { cwd: any; yarn: any; tag?: string; access?: string; }): any;