Skip to main content

Signature

path=null start=null
isEmptyObject(obj: Record<string, unknown>): boolean

Parameters

  • obj: Record<string, unknown> - The object to be checked.

Returns

boolean - true if the object is empty, false otherwise.

Source

Defined in object.ts:20