3 lines
118 B
JavaScript
Raw Normal View History

2019-09-13 09:44:33 +07:00
var core = require('../../modules/_core');
module.exports = core.JSON || (core.JSON = { stringify: JSON.stringify });