Version 1
[yaffs-website] / node_modules / core-js / fn / json / stringify.js
diff --git a/node_modules/core-js/fn/json/stringify.js b/node_modules/core-js/fn/json/stringify.js
new file mode 100644 (file)
index 0000000..f0cac86
--- /dev/null
@@ -0,0 +1,5 @@
+var core  = require('../../modules/_core')
+  , $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);
+};
\ No newline at end of file