Sha256: 4c584b599d015eb3f801461ea3227257ee045ceee176c976df4053237d3b8e64
Contents?: true
Size: 259 Bytes
Versions: 36
Compression:
Stored size: 259 Bytes
Contents
var forEach = require('../array/virtual/for-each'); var ArrayPrototype = Array.prototype; module.exports = function (it) { var own = it.forEach; return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.forEach) ? forEach : own; };
Version data entries
36 entries across 35 versions & 9 rubygems