source: imaps-frontend/node_modules/core-js/full/map/update-or-insert.js

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 2 weeks ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 249 bytes
Line 
1'use strict';
2// TODO: remove from `core-js@4`
3require('../../modules/es.map');
4require('../../modules/esnext.map.update-or-insert');
5var entryUnbind = require('../../internals/entry-unbind');
6
7module.exports = entryUnbind('Map', 'updateOrInsert');
Note: See TracBrowser for help on using the repository browser.