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