summaryrefslogtreecommitdiff
path: root/node_modules/lodash.escape/README.md
blob: b012def33e34bf5f2a21210c899fbf03946c7f51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# lodash.escape v3.2.0

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

## Installation

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

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

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