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