Sha256: 33c97f07c47d3d78ecc41f18381e1af190a6c71fee9417441303d8c2196d8ce1
Contents?: true
Size: 349 Bytes
Versions: 4
Compression:
Stored size: 349 Bytes
Contents
'use strict'; var isPrototypeOf = require('../../internals/object-is-prototype-of'); var method = require('../array/virtual/group'); var ArrayPrototype = Array.prototype; module.exports = function (it) { var own = it.group; return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.group) ? method : own; };
Version data entries
4 entries across 4 versions & 1 rubygems