Skip to main content
function isKeyObject
isKeyObject(object: unknown): object is KeyObject
Deprecated

Returns true if value is a KeyObject, false otherwise.

Parameters

object: unknown

Return Type

object is KeyObject
Back to top