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