0.0.5 • Published 7 years ago

lucidsort v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

lucidsort

Sort your objects according to a parameter

##Installation npm install -g lucidsort

or

yarn install -g lucidsort

##Usage

let lucidsort = require('lucidsort');
let sampleArray = [{b: 2, a: 19},{b: 0, a: 11}];
let sortedObj = sampleArray.sort((lucidsort.lucidSort());
0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago