UNPKG
child-process-exec-argv
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
Better handling child process exec argv
github.com/hisco
hisco/child-process-exec-argv
child-process-exec-argv
/
src
/
index.js
4 lines
(3 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
const {ChildProcessExecArgv} = require(
'./child-process-exec-argv'
);
module
.
exports
=
new
ChildProcessExecArgv
(process);
module
.
exports
.ChildProcessExecArgv = ChildProcessExecArgv;