setup-php/node_modules/lodash.sortby
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30
..
index.js init 2019-09-06 05:17:43 +05:30
LICENSE init 2019-09-06 05:17:43 +05:30
package.json init 2019-09-06 05:17:43 +05:30
README.md init 2019-09-06 05:17:43 +05:30

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.