Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.53 KB

File metadata and controls

48 lines (31 loc) · 1.53 KB

@jsopen/objects

NPM Version NPM Downloads CI Tests Test Coverage

A 'swiss army knife' solution for working with javascript objects.

Functions

Is a powerful, flexible tool for merging objects, arrays, and their nested properties.

Easy ways to create shallow or deep copies of objects and arrays.

Easily exclude specific keys or nullish values from objects.

Update an Error object's message while correctly refreshing the stack trace.

Various utility functions for object and type checking.

Installation

$ npm install @jsopen/objects

Node Compatibility

  • node >= 16;

License

MIT