UNPKG
oparser
Version:
latest (3.1.0)
3.1.0
3.0.24
3.0.23
3.0.22
3.0.21
3.0.20
3.0.19
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
A very forgiving key-value option parser
github.com/DavidWells/oparser
DavidWells/oparser
oparser
/
types
/
utils
/
convert.d.ts
6 lines
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
export
function
convert
(value: any)
: any;
export
function
isObjectLike
(str: any)
: boolean;
export
function
isArrayLike
(str: any)
: boolean;
export
const
COMMA:
"_COMMA_"
;
export
{ parseJSON };
//# sourceMappingURL=convert.d.ts.map