hexo/node_modules/core-js/fn/json/index.js

3 lines
118 B
JavaScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
var core = require('../../modules/_core');
module.exports = core.JSON || (core.JSON = { stringify: JSON.stringify });