UNPKG
@elinzy/e-core
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
e core implementation module
github.com/Appleec/e
Appleec/e
@elinzy/e-core
/
dist
/
index.cjs
11 lines
(6 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
var
child_process =
require
(
'./child_process.cjs'
);
exports
.
exec
= child_process.
exec
;
exports
.
execCommand
= child_process.
execCommand
;
exports
.
execCommandSync
= child_process.
execCommandSync
;
exports
.
execSync
= child_process.
execSync
;