lodash.sortbyall
v3.2.1
Published
The modern build of lodash’s `_.sortByAll` as a module.
Downloads
22
Readme
lodash.sortbyall v3.2.1
The modern build of lodash’s _.sortByAll
exported as a Node.js/io.js module.
Installation
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.sortbyall
In Node.js/io.js:
var sortByAll = require('lodash.sortbyall');
See the documentation or package source for more details.