mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
25 lines
599 B
Markdown
25 lines
599 B
Markdown
# lodash.padleft v3.1.3
|
|
|
|
The [lodash](https://lodash.com/) method `_.padLeft` exported as a [Node.js](https://nodejs.org/) module.
|
|
|
|
## Discontinued
|
|
|
|
This package has been discontinued in favor of [lodash.padstart](https://www.npmjs.com/package/lodash.padstart).
|
|
|
|
## Installation
|
|
|
|
Using npm:
|
|
|
|
```bash
|
|
$ {sudo -H} npm i -g npm
|
|
$ npm i --save lodash.padleft
|
|
```
|
|
|
|
In Node.js/io.js:
|
|
|
|
```js
|
|
var padLeft = require('lodash.padleft');
|
|
```
|
|
|
|
See the [documentation](https://lodash.com/docs#padLeft) or [package source](https://github.com/lodash/lodash/blob/3.1.3-npm-packages/lodash.padleft) for more details.
|