qauMaWeb/node_modules/core-js/es/json/index.js

7 lines
259 B
JavaScript
Raw Normal View History

2024-10-13 18:02:27 +08:00
require('../../modules/es.json.stringify');
require('../../modules/es.json.to-string-tag');
var path = require('../../internals/path');
// eslint-disable-next-line es/no-json -- safe
module.exports = path.JSON || (path.JSON = { stringify: JSON.stringify });