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