urltomarkdown/node_modules/lodash.sortby
Cloud User 89583e5419 initial commit 2022-01-08 18:05:05 +01:00
..
LICENSE initial commit 2022-01-08 18:05:05 +01:00
README.md initial commit 2022-01-08 18:05:05 +01:00
index.js initial commit 2022-01-08 18:05:05 +01:00
package.json initial commit 2022-01-08 18:05:05 +01:00

README.md

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.