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

6 lines
212 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
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 });