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