ROther: {
    is<Info = object>(
        this: void,
        node: undefined | RNode<Info>,
    ): node is ROther<Info>;
    name: "ROther";
}

Type declaration