# lodash.orderby v4.18.0

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.18.0-npm-packages/lodash.orderby) for more details.
