Skip to content

isPlainObject

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

Defined in: wp-typia-api-client/src/internal/runtime-primitives.ts:58

Check whether a value is a plain object record.

unknown

Value to test before reading validation fields from it.

value is Record<string, unknown>

true when the value uses the default object prototype or no prototype.