UNPKG

@cocalc/project

Version:
12 lines 499 B
"use strict"; /* * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. * License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details */ Object.defineProperty(exports, "__esModule", { value: true }); exports.spawn = exports.exec = void 0; const child_process_1 = require("child_process"); const util_1 = require("util"); exports.exec = (0, util_1.promisify)(child_process_1.exec); exports.spawn = (0, util_1.promisify)(child_process_1.spawn); //# sourceMappingURL=utils.js.map