Function: keyIn()
keyIn(
value:unknown,key:PropertyKey):value is object
Defined in: _internal/runtime-utils.ts:77
Check whether a property key exists anywhere on an object chain.
Parametersโ
valueโ
unknown
keyโ
PropertyKey
Returnsโ
value is object