Type guard for any key, k. Marks k as a key of T if k is in obj.
k
T
obj
object to query for key k
key to check existence in obj
Generated using TypeDoc
Type guard for any key,
k
. Marksk
as a key ofT
ifk
is inobj
.