# 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.
