Sha256: a75bcd114ebf2978cc2e463638ae8fd43ad45c8faf2047fb902d889dcd8bf451
Contents?: true
Size: 300 Bytes
Versions: 25
Compression:
Stored size: 300 Bytes
Contents
'use strict'; var $ = require('../internals/export'); var forEach = require('../internals/array-for-each'); // `Array.prototype.forEach` method // https://tc39.github.io/ecma262/#sec-array.prototype.foreach $({ target: 'Array', proto: true, forced: [].forEach != forEach }, { forEach: forEach });
Version data entries
25 entries across 25 versions & 7 rubygems