Function: objectHasIn()
objectHasIn<
Key>(value:unknown,key:Key):value is Record<Key, unknown>
Defined in: _internal/runtime-utils.ts:103
Check whether a key exists on an object or its prototype chain.
Type Parametersโ
Keyโ
Key extends PropertyKey
Parametersโ
valueโ
unknown
keyโ
Key
Returnsโ
value is Record<Key, unknown>