github-pages-deploy-action/node_modules/core-js-pure/es/json/stringify.js

10 lines
307 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
require('../../modules/es.json.stringify');
var core = require('../../internals/path');
if (!core.JSON) core.JSON = { stringify: JSON.stringify };
// eslint-disable-next-line no-unused-vars
module.exports = function stringify(it, replacer, space) {
return core.JSON.stringify.apply(null, arguments);
};