| 12345678910 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- exports.NodeUtils = void 0;
- var shell_1 = require("./shell");
- var NodeUtils;
- (function (NodeUtils) {
- shell_1.exec;
- shell_1.spawn;
- })(NodeUtils = exports.NodeUtils || (exports.NodeUtils = {}));
- //# sourceMappingURL=index.js.map
|