Sha256: e326e0cda113818c72e5b24f6b82cdfef1962a2c473296299688551d8659ae42

Contents?: true

Size: 450 Bytes

Versions: 4

Compression:

Stored size: 450 Bytes

Contents

'use strict';
require('../../modules/es.json.stringify');
var path = require('../../internals/path');
var apply = require('../../internals/function-apply');

// eslint-disable-next-line es/no-json -- safe
if (!path.JSON) path.JSON = { stringify: JSON.stringify };

// eslint-disable-next-line no-unused-vars -- required for `.length`
module.exports = function stringify(it, replacer, space) {
  return apply(path.JSON.stringify, null, arguments);
};

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
decidim-0.26.10 packages/webpacker/node_modules/core-js/es/json/stringify.js
decidim-0.26.9 packages/webpacker/node_modules/core-js/es/json/stringify.js
decidim-0.28.0.rc5 packages/webpacker/node_modules/core-js/es/json/stringify.js
decidim-0.28.0.rc4 packages/webpacker/node_modules/core-js/es/json/stringify.js