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