index.js 311 B

12345678910
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.NodeUtils = void 0;
  4. var shell_1 = require("./shell");
  5. var NodeUtils;
  6. (function (NodeUtils) {
  7. shell_1.exec;
  8. shell_1.spawn;
  9. })(NodeUtils = exports.NodeUtils || (exports.NodeUtils = {}));
  10. //# sourceMappingURL=index.js.map