Files
lodash/lodash.orderby/README.md
John-David Dalton 958d7f06dd Bump to v4.3.2.
2019-07-09 21:54:40 -07:00

19 lines
460 B
Markdown

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