extend-shallow
Extend an object with the properties of additional objects. node.js/javascript util.
is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
define-property
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
levn
Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible
isobject
Returns true if the value is an object and not an array or null.