@ionic/cli-utils
Version:
Ionic CLI Utils
17 lines (16 loc) • 486 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
class Environment {
constructor({ client, config, flags, getInfo, log, ctx, prompt, session, shell }) {
this.client = client;
this.config = config;
this.flags = flags;
this.getInfo = getInfo;
this.log = log;
this.ctx = ctx;
this.prompt = prompt;
this.session = session;
this.shell = shell;
}
}
exports.Environment = Environment;
;