/node_modules/babel-polyfill/node_modules/core-js/library/fn/json/stringify.js

https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 5 lines · 5 code · 0 blank · 0 comment · 1 complexity · 1fc6bbd820629f23b0b2a86a765564f4 MD5 · raw file

  1. var core = require('../../modules/_core');
  2. var $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. };