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