UNPKG

core-js

Version:
6 lines (5 loc) 200 B
// `Set.from` method // https://tc39.github.io/proposal-setmap-offrom/#sec-set.from require('../internals/export')({ target: 'Set', stat: true }, { from: require('../internals/collection-from') });