Skip to main content

Documentation Index

Fetch the complete documentation index at: https://kk-83bff226.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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