0.0.5 • Published 8 years ago

lucidsort v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago