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