diff options
Diffstat (limited to 'node_modules/core-js/library/fn/array/fill.js')
| -rw-r--r-- | node_modules/core-js/library/fn/array/fill.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/core-js/library/fn/array/fill.js b/node_modules/core-js/library/fn/array/fill.js new file mode 100644 index 00000000..482fd460 --- /dev/null +++ b/node_modules/core-js/library/fn/array/fill.js @@ -0,0 +1,2 @@ +require('../../modules/es6.array.fill'); +module.exports = require('../../modules/_core').Array.fill; |
