asd/asd-pc/node_modules/core-js/modules/esnext.map.emplace.js
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

10 lines
274 B
JavaScript

'use strict';
var $ = require('../internals/export');
var emplace = require('../internals/map-emplace');
// `Map.prototype.emplace` method
// https://github.com/thumbsupep/proposal-upsert
$({ target: 'Map', proto: true, real: true, forced: true }, {
emplace: emplace
});