Object deep assign, recursive function.
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.
ES2015 `Object.assign()` ponyfill
an identity object using ES6 proxies
utilities for primitive JavaScript types
ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill
Map object keys and values into a new object
Check if a value is an object
Similar to assign-value but deeply merges object values or nested values using object path/dot notation.
Object utils.
Check if a value is a plain object
TypeScript definitions for object-assign-deep
The lodash method `_.assign` exported as a module.
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.
Convert an object's keys to snake case
Safely get a dot-notated property within an object.
Underscore mixins for deeply nested objects
tiny util for getting and setting deep object props safely
A little lib for turning hdr-histogram-js to objects
Determine and test types using constructor or {}.toString
function binding utility
A small polyfill for Object.setprototypeof
## How to use ```js import {namespace, access, assignInPlace, appendInPlace, assign, escapeKey, unescapeKey} from '@evoja/ns-plain'
Utility functions to deal with references in objects