UNPKG

ngm-cli

Version:

Simple way to manage angular submodules in one repository

8 lines (7 loc) 163 B
export declare function npmDistTag({yarn, cmd, module, version, tag}: { yarn: any; cmd: any; module: any; version: any; tag?: string; }): any;