UNPKG

ngm-cli

Version:

Simple way to manage angular submodules in 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;