RComment: {
    is<Info = object>(this: void, node: unknown): node is RComment<Info>;
    name: "RComment";
}

Helper for working with RComment AST nodes.

Type declaration