UNPKG

npm-commands-ngs

Version:
7 lines 388 B
export type NpmVersions = 'patch' | 'minor' | 'major'; export declare abstract class NpmCommands { static getPackageView(pkgName: string, task?: string): string; static deprecatePackage(pkgName: string, version: string, registry?: string, message?: string): void; static updateVersion(projectPath: string, type?: NpmVersions): void; } //# sourceMappingURL=npm.command.d.ts.map