mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
lodash.padright v3.1.3
The lodash method _.padRight exported as a Node.js module.
Discontinued
This package has been discontinued in favor of lodash.padend.
Installation
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.padright
In Node.js/io.js:
var padRight = require('lodash.padright');
See the documentation or package source for more details.