Sign in
chromium
/
devtools
/
devtools-frontend
/
bedbd4f3fe201caedff255ae97fdf875e13063f8
/
.
/
node_modules
/
core-js-pure
/
es
/
json
/
index.js
blob: c16528ad3c0beb5ed8123972be9ddbf3c043edfb [
file
]
require
(
'../../modules/es.json.stringify'
);
require
(
'../../modules/es.json.to-string-tag'
);
var
path
=
require
(
'../../internals/path'
);
module
.
exports
=
path
.
JSON
||
(
path
.
JSON
=
{
stringify
:
JSON
.
stringify
});