@zowe/imperative
Version:
framework for building configurable CLIs
10 lines • 305 B
TypeScript
/**
* This class contains logic to enable users to opt-in to features
* that will become standard functionality in the next version of Zowe.
* @export
* @class NextVerFeatures
*/
export declare class NextVerFeatures {
private static ENV_VAR_PREFIX;
}
//# sourceMappingURL=NextVerFeatures.d.ts.map