Skip to content

ObjectConstructor

Unofficial

Augments the built-in ObjectConstructor interface.

Signature:

export interface ObjectConstructor

Methods

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.