A type guard for Record<PropertyKey, unknown>.
The value to check.
Whether the specified value has a runtime type of object and is neither null nor an Array.
object
null
Array
A type guard for Record<PropertyKey, unknown>.