UNPKG
sdin
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.3
1.1.2
JavaScript package builder.
github.com/docksen/sdin
docksen/sdin
sdin
/
tar
/
cjs
/
utils
/
execute.js
2 lines
•
262 B
JavaScript
View Raw
1
2
Object
.
defineProperty
(
exports
,
"__esModule"
,{
value
:!
0
}),
exports
.
execute
=e;
var
u=
require
(
"child_process"
);
function
e
(
r,s
){
return
new
Promise
(
(
t,o
)=>
{
var
e=(
0
,u.
exec
)(r,
(
e,r
)=>
{e?
o
(e):
t
(r)});s&&e.
stdout
&&e.
stdout
.
on
(
"data"
,s)})}
//# sourceMappingURL=execute.js.map