UNPKG

@figliolia/child-process

Version:

A wrapper around the node.js spawn function providing a promise and graceful exiting

6 lines (5 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChildProcess = void 0; var ChildProcess_1 = require("./ChildProcess"); Object.defineProperty(exports, "ChildProcess", { enumerable: true, get: function () { return ChildProcess_1.ChildProcess; } });