examTeamApp/node_modules/core-js/es/object/entries.js

6 lines
141 B
JavaScript
Raw Normal View History

2024-09-27 17:35:10 +08:00
'use strict';
require('../../modules/es.object.entries');
var path = require('../../internals/path');
module.exports = path.Object.entries;