Sha256: 089b771d6caa70db19c1abc0286e80fa0f25b51eadc4045ae25aa84beb1c8615
Contents?: true
Size: 368 Bytes
Versions: 314
Compression:
Stored size: 368 Bytes
Contents
'use strict'; var $export = require('./_export') , $map = require('./_array-methods')(1); $export($export.P + $export.F * !require('./_strict-method')([].map, true), 'Array', { // 22.1.3.15 / 15.4.4.19 Array.prototype.map(callbackfn [, thisArg]) map: function map(callbackfn /* , thisArg */){ return $map(this, callbackfn, arguments[1]); } });
Version data entries
314 entries across 6 versions & 1 rubygems