UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

7 lines (6 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.exec = void 0; const util_1 = require("util"); const childProcess = require("child_process"); exports.exec = (0, util_1.promisify)(childProcess.exec);