UNPKG

@jsdevtools/ez-spawn

Version:

Simple, consistent sync or async process spawning

5 lines (3 loc) 99 B
"use strict"; module.exports.sync = require("./sync"); module.exports.async = require("./async");