Version 1
[yaffs-website] / node_modules / core-js / library / fn / json / index.js
1 var core = require('../../modules/_core');
2 module.exports = core.JSON || (core.JSON = {stringify: JSON.stringify});