UNPKG
@gmjs/cli-wrapper
Version:
latest (0.0.2)
0.0.2
0.0.1
cli-wrapper
github.com/mrzli/cli-wrapper
mrzli/cli-wrapper
@gmjs/cli-wrapper
/
dist
/
types
/
cli-result-type.js
5 lines
(4 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
TYPES_OF_CLI_RESULT
=
void
0
;
exports
.
TYPES_OF_CLI_RESULT
= [
'completed'
,
'execute'
,
'error'
];