This module is part of BPL (Balmanth's Personal Library) and provides a set of helper functions for working with objects.
Using npm:
npm i @balmanth/objects
After installing the module, you need to import it as in the following example:
import * as Diff from '@balmanth/objects';
...Then you can follow all the quick reference examples.
- Function isArray
- Function isObject
- Function isEmpty
- Function isInstanceOf
- Function isDerivedFrom
- Function areEqualTypes
- Function areEqual
- Function clone
- Function freeze