Object.assign with sorted keys
ES2015 `Object.assign()` ponyfill
Maintain and search through a sorted array using some low level functions
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
Replace Object.assign with an inline helper
ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill
Returns a copy of an object with its keys sorted
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
Globals and shared modules
A simple module that works exactly as Object.assign, but skips assigning undefined values.
A skip list implementation inspired by the Sorted Set in Redis.
TypeScript definitions for object-assign
Deeply assign the values of all enumerable-own-properties and symbols from one or more source objects to a target object. Returns the target object.
Sort an Object or package.json based on the well-known package.json keys
Replace Object.assign with an inline helper
Removes duplicates from a sorted array in place
Copy enumerable own properties from one or more source objects to a target object.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Simple implementation of Object.assign
Allows you to provide custom implementation of Object.assign in babel builds
Socket.dev optimized package override for object-assign
Stringify Object as tree structure
Chai JS Plugin for testing if an array has sorted values (strings, numbers, booleans). Very helpful when writing tests for features that implement Array.prototype.sort()
Recursively assign default properties. Lightweight and Fast!