Skip to content

ObjectConstructor

Unofficial

Augments the built-in ObjectConstructor interface.

Signature:

export interface ObjectConstructor

Methods

MethodReturnsDescription
each(object, callback, context?)booleanCheck if all properties in an object satisfy a condition.
isEmpty(object)booleanChecks if an object is empty.