"If the key is in the object, return true, otherwise return false."
The keyof any is a special type that represents the union of all property names of a given type
The object to check for the key.
keyof any
does the given object have the given key
Generated using TypeDoc version 0.22.15, the 4/20/2022
"If the key is in the object, return true, otherwise return false."
The keyof any is a special type that represents the union of all property names of a given type