8c618054a7827bc8ed2b44f16fbfef65504c014bb69d092565a9619cd8c1629f401bc20c83ab2294c3607f29ca55ef58689e7a17c82ba80758099da2ad20b8 315 B

12345678
  1. 'use strict';
  2. require('../../modules/es.date.to-json');
  3. require('../../modules/es.json.stringify');
  4. require('../../modules/es.json.to-string-tag');
  5. var path = require('../../internals/path');
  6. // eslint-disable-next-line es/no-json -- safe
  7. module.exports = path.JSON || (path.JSON = { stringify: JSON.stringify });