6 lines
212 B
JavaScript
Raw Normal View History

2021-02-11 21:31:41 +08:00
require('../../modules/es.json.stringify');
require('../../modules/es.json.to-string-tag');
var path = require('../../internals/path');
module.exports = path.JSON || (path.JSON = { stringify: JSON.stringify });