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

Helper for working with RRepeatLoop AST nodes.

Type declaration