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

10 lines
283 B
JavaScript

'use strict';
var $ = require('../internals/export');
var addAll = require('../internals/collection-add-all');
// `Set.prototype.addAll` method
// https://github.com/tc39/proposal-collection-methods
$({ target: 'Set', proto: true, real: true, forced: true }, {
addAll: addAll
});