All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.core-js.fn.json.stringify.js Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
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);
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy