Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
front_end
/
third_party
/
json5
/
json5.ts
blob: d8fb62ccebc4c0a01bbec5b919a1fa604b8bbea2 [
file
] [
log
] [
blame
]
import
JSON5
from
'./lib/index.js'
;
export
const
parse
=
JSON5
.
parse
;
export
const
stringify
=
JSON5
.
stringify
;