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