object-assign-sorted
Object.assign with sorted keys
Last updated 9 years ago by thejameskyle .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install object-assign-sorted 
SYNC missed versions from official npm registry.

object-assign-sorted

Object.assign with sorted keys.

var objectAssignSorted = require('object-assign-sorted');

objectAssignSorted({ b: 1, a: 1 }, { c: 2, b: 2 });
// >> { a: 1, b: 2, c: 2 }

Current Tags

  • 2.0.1                                ...           latest (9 years ago)

3 Versions

  • 2.0.1                                ...           9 years ago
  • 2.0.0                                ...           9 years ago
  • 1.0.0                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 1
This Month 2
Last Day 0
Last Week 1
Last Month 1
Dependencies (1)
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |