@zowe/imperative
Version:
framework for building configurable CLIs
12 lines • 476 B
TypeScript
import { INpmRegistryInfo } from "../../doc/INpmRegistryInfo";
/**
* @TODO - allow multiple packages to be updated?
* Common function that abstracts the update process.
*
* @param {string} packageName A package name. This value is a valid npm package name.
*
* @param {INpmRegistryInfo} registryInfo The npm registry to use.
*
*/
export declare function update(packageName: string, registryInfo: INpmRegistryInfo): Promise<string>;
//# sourceMappingURL=update.d.ts.map