setup-node/node_modules/lodash.sortby
eric sciple e7ed525da5 .
2020-01-24 16:30:50 -05:00
..
index.js . 2020-01-24 16:30:50 -05:00
LICENSE . 2020-01-24 16:30:50 -05:00
package.json . 2020-01-24 16:30:50 -05:00
README.md . 2020-01-24 16:30:50 -05:00

lodash.sortby v4.7.0

The lodash method _.sortBy exported as a Node.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.sortby

In Node.js:

var sortBy = require('lodash.sortby');

See the documentation or package source for more details.