qauMaWeb/node_modules/core-js/features/weak-map/upsert.js

6 lines
198 B
JavaScript
Raw Normal View History

2024-10-13 18:02:27 +08:00
require('../../modules/es.weak-map');
require('../../modules/esnext.weak-map.upsert');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('WeakMap', 'upsert');