UNPKG
tiny-jsonc
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
An absurdly small JSONC parser.
github.com/fabiospampinato/tiny-jsonc
fabiospampinato/tiny-jsonc
tiny-jsonc
/
dist
/
index.d.ts
5 lines
(4 loc)
•
82 B
TypeScript
View Raw
1
2
3
4
5
declare
const
JSON
C
: {
parse
:
(
text
:
string
) =>
any
; };
export
default
JSON
C;