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
/
types.d.ts
6 lines
(5 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
NormalizedOptionName
{
readonly
unknownOption
:
boolean
;
readonly
name
:
string
;
readonly
negated
:
boolean
; }