Home > @wixc3/common > isPlainObject
Checks that value is a POJO
Signature:
export declare function isPlainObject(value: unknown): value is Record<string | number | symbol, unknown>;
| Parameter | Type | Description | 
|---|---|---|
| value | unknown | 
Returns:
value is Record<string | number | symbol, unknown>