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.
Parameters
Section titled “Parameters”unknown
Value to test before reading validation fields from it.
Returns
Section titled “Returns”value is Record<string, unknown>
true when the value uses the default object prototype or no prototype.