functionutil.types.isKeyObjectfunction isKeyObject(object: unknown): object is KeyObject;Returns true if value is a KeyObject, false otherwise.