Files
lodash/lodash.padright/README.md
2018-02-03 19:13:27 -08:00

25 lines
602 B
Markdown

# lodash.padright v3.1.3
The [lodash](https://lodash.com/) method `_.padRight` exported as a [Node.js](https://nodejs.org/) module.
## Discontinued
This package has been discontinued in favor of [lodash.padend](https://www.npmjs.com/package/lodash.padend).
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.padright
```
In Node.js/io.js:
```js
var padRight = require('lodash.padright');
```
See the [documentation](https://lodash.com/docs#padRight) or [package source](https://github.com/lodash/lodash/blob/3.1.3-npm-packages/lodash.padright) for more details.