UNPKG

217 BJavaScriptView Raw
1var $ = require('../internals/export');
2var of = require('../internals/collection-of');
3
4// `Set.of` method
5// https://tc39.github.io/proposal-setmap-offrom/#sec-set.of
6$({ target: 'Set', stat: true }, {
7 of: of
8});