[@qodestack/utils](../../README.md) / [objects](../README.md) / isPlainObject

# Function: isPlainObject()

> **isPlainObject**(`value`): `value is Record<string, unknown>`

Defined in: [objects.ts:2](https://github.com/qodesmith/utils/blob/c8fab201f6be19f3a72a76d2430b77244cece7bb/src/objects.ts#L2)

## Parameters

### value

`any`

## Returns

`value is Record<string, unknown>`
