UNPKG
args-any
Version:
latest (1.4.5)
1.4.5
1.4.3
1.4.2
1.4.1
1.4.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.0.1-beta.9
0.0.1-beta.8
0.0.1-beta.7
0.0.1-beta.6
0.0.1-beta.5
0.0.1-beta.4
Utility lib for parsing command options
github.com/jaspenlind/args-any
jaspenlind/args-any
args-any
/
dist
/
src
/
index.d.ts
6 lines
(5 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
5
6
import
{ argsAny }
from
"./lib"
;
export
{ parse }
from
"./lib"
;
export
{
OptionMap
}
from
"./lib/maps"
;
export
*
from
"./types"
;
export
default
argsAny;