Updated from some -dev modules to alpha, beta or full releases
[yaffs-website] / node_modules / core-js / fn / json / stringify.js
1 var core  = require('../../modules/_core')
2   , $JSON = core.JSON || (core.JSON = {stringify: JSON.stringify});
3 module.exports = function stringify(it){ // eslint-disable-line no-unused-vars
4   return $JSON.stringify.apply($JSON, arguments);
5 };