> ## Documentation Index
> Fetch the complete documentation index at: https://kk-83bff226.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# isEmptyObject

> Checks if a given object is empty.

## Signature

```typescript path=null start=null theme={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](https://github.com/koji/ichigyou/blob/main/src/object.ts#L20)
