UNPKG
aspargvs
Version:
latest (0.6.0)
0.6.0
0.5.2
0.5.1
0.5.0
Parse argv as json object
github.com/mxxii/aspargvs
mxxii/aspargvs
aspargvs
/
lib
/
aspargvs.d.ts
5 lines
(4 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
export
{
JsonObject
,
JsonArray
,
JsonValue
,
JsonPrimitive
}
from
'./json'
;
export
{
Options
}
from
'./options'
;
export
{ handleArgs, handleArgv }
from
'./args-parser'
;
export
{ unparseArgs }
from
'./unparse'
;