UNPKG

consultant

Version:

Gathers structural and validateable input from command line or interative menu

11 lines 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Types; (function (Types) { Types["command"] = "command"; Types["stringParameter"] = "stringParameter"; Types["booleanParameter"] = "booleanParameter"; })(Types = exports.Types || (exports.Types = {})); ; exports.default = Types; //# sourceMappingURL=Types.js.map