examTeamApp/node_modules/core-js/actual/json/raw-json.js

8 lines
228 B
JavaScript
Raw Normal View History

2024-09-27 17:35:10 +08:00
'use strict';
require('../../modules/es.object.create');
require('../../modules/es.object.freeze');
require('../../modules/esnext.json.raw-json');
var path = require('../../internals/path');
module.exports = path.JSON.rawJSON;