ObjectConstructor
Unofficial
Augments the built-in ObjectConstructor interface.
Signature:
export interface ObjectConstructorMethods
| Method | Returns | Description | |
|---|---|---|---|
| each(object, callback, context?) | boolean | Check if all properties in an object satisfy a condition. | |
| isEmpty(object) | boolean | Checks if an object is empty. |