function isKeyObject
Jump to headingisKeyObject(object: unknown): object is KeyObject
Returns true
if value
is a KeyObject
, false
otherwise.
Parameters Jump to heading
Jump to headingobject: unknown
Return Type Jump to heading
object is KeyObject