The lodash method `_.fill` exported as a module.
npm install lodash.fillThe lodash method _.fill exported as a Node.js module.
Using npm:
``bash`
$ {sudo -H} npm i -g npm
$ npm i --save lodash.fill
In Node.js:
`js``
var fill = require('lodash.fill');
See the documentation or package source for more details.