Soted-object

sorted-object

sort object by keys.

sorted-object is an uber tiny module that helps us sort an object by it's keys.

P.S: It got a 232,037 downloads last week ;)

Get it: npm install sorted-object

Sample usage:

1
2
3
4
const sortedObject = require('sorted-object')

sortedObject({b:1,c:2,a:3,0:0})
// => { '0': 0, a: 3, b: 1, c: 2 }

GIF FTW!

sorted-object

Suggest a module

Comments