mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-08 19:34:56 +02:00
9 lines
315 B
JavaScript
9 lines
315 B
JavaScript
'use strict';
|
|
require('../../modules/es.date.to-json');
|
|
require('../../modules/es.json.stringify');
|
|
require('../../modules/es.json.to-string-tag');
|
|
var path = require('../../internals/path');
|
|
|
|
// eslint-disable-next-line es/no-json -- safe
|
|
module.exports = path.JSON || (path.JSON = { stringify: JSON.stringify });
|