UNPKG

561 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.execWithArgs = exports.execShell = exports.execCommand = void 0;
4const exec_util_1 = require("./exec.util");
5Object.defineProperty(exports, "execCommand", { enumerable: true, get: function () { return exec_util_1.execCommand; } });
6Object.defineProperty(exports, "execShell", { enumerable: true, get: function () { return exec_util_1.execShell; } });
7Object.defineProperty(exports, "execWithArgs", { enumerable: true, get: function () { return exec_util_1.execWithArgs; } });