UNPKG
@jsdevtools/ez-spawn
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.6
Simple, consistent sync or async process spawning
jstools.dev/ez-spawn
JS-DevTools/ez-spawn
@jsdevtools/ez-spawn
/
lib
/
index.js
5 lines
(3 loc)
•
99 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
module
.
exports
.
sync
=
require
(
"./sync"
);
module
.
exports
.
async
=
require
(
"./async"
);