obj-sort
Order object by ascending or descending
Install
$ npm install --save obj-sort
Usage
const objSort = ; // ascending by default;/*{ a: {n: {bar: 'bar', foo: 'foo'}, x: 'y', y: 'x'}, b: 'b', c: ['y', 'x']}*/ // descending;/*{ c: ['y', 'x'], b: 'b', a: {x: 'y', n: {foo: 'foo', bar: 'bar'}}}*/
API
objSort(obj, order)
Returns an object
obj
Type: object
order
Type: string
Options: asc
, desc
Default: asc
Set order type object
License
MIT © Guntur Poetra