Sign in
cobalt
/
cobalt
/
948d11203a7709abef9a72ec8977eab3cddf0fda
/
.
/
third_party
/
devtools
/
node_modules
/
karma
/
lib
/
utils
/
json-utils.js
blob: 3002bf3f7f9ab9e178cd9e84c93a3faa1e4de5b3 [
file
]
const
{
stringify
}
=
require
(
'flatted/cjs'
)
const
JsonUtils
=
{
stringify
(
obj
)
{
return
stringify
(
obj
)
}
}
module
.
exports
=
JsonUtils