UNPKG

npm-submodules

Version:

Simple way to manage typescipt and angular2 submodules from one repository

8 lines (7 loc) 197 B
export declare function npmVersion({yarn, src, version, noGitTagVersion, message}: { yarn: any; src: any; version: any; noGitTagVersion: any; message?: string; }): Promise<{}>;