hrms-manual/node_modules/core-js/es/weak-map/index.js
2023-09-06 14:51:44 +07:00

7 lines
218 B
JavaScript

'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.object.to-string');
require('../../modules/es.weak-map');
var path = require('../../internals/path');
module.exports = path.WeakMap;