You need to sign in or sign up before continuing.
update-or-insert.js 235 Bytes
Newer Older
Lalita's avatar
Lalita committed
1 2 3 4 5 6
// TODO: remove from `core-js@4`
require('../../modules/es.map');
require('../../modules/esnext.map.update-or-insert');
var entryUnbind = require('../../internals/entry-unbind');

module.exports = entryUnbind('Map', 'updateOrInsert');