biofriction-wp-theme/node_modules/core-js/fn/json/index.js

3 lines
118 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
var core = require('../../modules/_core');
module.exports = core.JSON || (core.JSON = { stringify: JSON.stringify });