source: trip-planner-front/node_modules/core-js/es/json/stringify.js@ 59329aa

Last change on this file since 59329aa was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 380 bytes
RevLine 
[6a3a178]1require('../../modules/es.json.stringify');
2var core = require('../../internals/path');
3
4// eslint-disable-next-line es/no-json -- safe
5if (!core.JSON) core.JSON = { stringify: JSON.stringify };
6
7// eslint-disable-next-line no-unused-vars -- required for `.length`
8module.exports = function stringify(it, replacer, space) {
9 return core.JSON.stringify.apply(null, arguments);
10};
Note: See TracBrowser for help on using the repository browser.