@naturalcycles/nodejs-lib
Version:
Standard library for Node.js
8 lines (7 loc) • 561 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.execWithArgs = exports.execShell = exports.execCommand = void 0;
const exec_util_1 = require("./exec.util");
Object.defineProperty(exports, "execCommand", { enumerable: true, get: function () { return exec_util_1.execCommand; } });
Object.defineProperty(exports, "execShell", { enumerable: true, get: function () { return exec_util_1.execShell; } });
Object.defineProperty(exports, "execWithArgs", { enumerable: true, get: function () { return exec_util_1.execWithArgs; } });
;