Files
feedstr.live/node_modules/core-js-pure/modules/esnext.set.of.js
T
2023-11-25 18:12:47 -05:00

10 lines
245 B
JavaScript

'use strict';
var $ = require('../internals/export');
var of = require('../internals/collection-of');
// `Set.of` method
// https://tc39.github.io/proposal-setmap-offrom/#sec-set.of
$({ target: 'Set', stat: true, forced: true }, {
of: of
});