@jsopen/objects
v2.2.0
Published
Helper utilities for working with JavaScript objects and arrays
Downloads
53,265
Readme
@jsopen/objects
A 'swiss army knife' solution for working with javascript objects.
Functions
merge
Is a powerful, flexible tool for merging objects, arrays, and their nested properties.
clone / deepClone
Easy ways to create shallow or deep copies of objects and arrays.
omit / omitUndefined / omitNull / omitNullish
Easily exclude specific keys or nullish values from objects.
updateErrorMessage
Update an Error object's message while correctly refreshing the stack trace.
Utilities
Various utility functions for object and type checking.
Installation
$ npm install @jsopen/objects
Node Compatibility
- node
>= 16;
