Files
lodash/lodash.gt/README.md
John-David Dalton 2f86e0700d Bump to v3.9.2.
2018-02-03 19:13:34 -08:00

19 lines
425 B
Markdown

# lodash.gt v3.9.2
The [lodash](https://lodash.com/) method `_.gt` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.gt
```
In Node.js:
```js
var gt = require('lodash.gt');
```
See the [documentation](https://lodash.com/docs#gt) or [package source](https://github.com/lodash/lodash/blob/3.9.2-npm-packages/lodash.gt) for more details.