Urara-Blog/node_modules/.pnpm-store/v3/files/f8/f3a285ad280647814408c1df08c8752996cf0c6c5a521fd8dc7ed534cd1339de19511904575635c9785f5d367cbe2dd9b2c7089e137b43b38f64fdc287c0e2
2022-08-14 01:14:53 +08:00

18 lines
453 B
Text

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