.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / es.array.fill.js
1 var $ = require('../internals/export');
2 var fill = require('../internals/array-fill');
3 var addToUnscopables = require('../internals/add-to-unscopables');
4
5 // `Array.prototype.fill` method
6 // https://tc39.es/ecma262/#sec-array.prototype.fill
7 $({ target: 'Array', proto: true }, {
8   fill: fill
9 });
10
11 // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
12 addToUnscopables('fill');