Home > doofinder > isPlainObject

isPlainObject() function

Check if the provided value is a plain object.

Signature:

export declare function isPlainObject(value: unknown): boolean;

Parameters

Parameter Type Description
value unknown The value to check.

Returns:

boolean

true if the value is a plain object, false otherwise.