/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
- var core = require('../../modules/_core');
- var $JSON = core.JSON || (core.JSON = { stringify: JSON.stringify });
- module.exports = function stringify(it) { // eslint-disable-line no-unused-vars
- return $JSON.stringify.apply($JSON, arguments);
- };