Sha256: 7220bf68b7a3f1196be30d476abc2753aeb4a87e27606f5b90d260b4506afc78
Contents?: true
Size: 427 Bytes
Versions: 28
Compression:
Stored size: 427 Bytes
Contents
'use strict'; require('../../modules/es.map'); require('../../modules/es.string.iterator'); require('../../modules/esnext.map.from'); require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); var Map = path.Map; var mapFrom = Map.from; module.exports = function from(source, mapFn, thisArg) { return mapFrom.call(typeof this === 'function' ? this : Map, source, mapFn, thisArg); };
Version data entries
28 entries across 27 versions & 9 rubygems