Sha256: 1fdbb2b887bce280f6eb9b9dfe5a1446b91f60d5fc965fae36058a66c75d2301
Contents?: true
Size: 304 Bytes
Versions: 82
Compression:
Stored size: 304 Bytes
Contents
'use strict'; require('../../modules/es6.set'); require('../../modules/es7.set.from'); var $Set = require('../../modules/_core').Set; var $from = $Set.from; module.exports = function from(source, mapFn, thisArg) { return $from.call(typeof this === 'function' ? this : $Set, source, mapFn, thisArg); };
Version data entries
82 entries across 38 versions & 8 rubygems