UNPKG
typed-jsonfile
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
github.com/zardoy/typed-jsonfile
zardoy/typed-jsonfile
typed-jsonfile
/
build
/
parseJsonc.d.ts
2 lines
(1 loc)
•
94 B
TypeScript
View Raw
1
2
export
declare
const
parseJsoncString
:
(
jsoncString
:
string
,
errorTolerant
?:
boolean
) =>
any
;