Sha256: 4f747dfa42a5e4525f84590224b53d8328e9d0f4cf587bae4b150ef478224f74
Contents?: true
Size: 399 Bytes
Versions: 25
Compression:
Stored size: 399 Bytes
Contents
var $ = require('../internals/export'); var fill = require('../internals/array-fill'); var addToUnscopables = require('../internals/add-to-unscopables'); // `Array.prototype.fill` method // https://tc39.github.io/ecma262/#sec-array.prototype.fill $({ target: 'Array', proto: true }, { fill: fill }); // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables addToUnscopables('fill');
Version data entries
25 entries across 25 versions & 7 rubygems