mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-24 01:43:18 +00:00
6 lines
198 B
JavaScript
6 lines
198 B
JavaScript
|
require('../../modules/es.weak-map');
|
||
|
require('../../modules/esnext.weak-map.upsert');
|
||
|
var entryUnbind = require('../../internals/entry-unbind');
|
||
|
|
||
|
module.exports = entryUnbind('WeakMap', 'upsert');
|