summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/README.md
blob: b3858fd68e786651d966611c0f0ca31fc7bfe219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# lodash.tostring v4.1.2

The [lodash](https://lodash.com/) method `_.toString` exported as a [Node.js](https://nodejs.org/) module.

## Installation

Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.tostring
```

In Node.js:
```js
var toString = require('lodash.tostring');
```

See the [documentation](https://lodash.com/docs#toString) or [package source](https://github.com/lodash/lodash/blob/4.1.2-npm-packages/lodash.tostring) for more details.