@zohodesk/client_build_tool
Version:
A CLI tool to build web applications and client libraries
29 lines (25 loc) • 809 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "doBasicRequirementCheck", {
enumerable: true,
get: function () {
return _doBasicRequirementCheck.doBasicRequirementCheck;
}
});
Object.defineProperty(exports, "readArgsFormCommandLine", {
enumerable: true,
get: function () {
return _readArgsFormCommandLine.readArgsFormCommandLine;
}
});
Object.defineProperty(exports, "readOptionFormCommandLine", {
enumerable: true,
get: function () {
return _readOptionFormCommandLine.readOptionFormCommandLine;
}
});
var _readArgsFormCommandLine = require("./readArgsFormCommandLine");
var _readOptionFormCommandLine = require("./readOptionFormCommandLine");
var _doBasicRequirementCheck = require("./doBasicRequirementCheck");