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

Helper for working with RFunctionDefinition AST nodes.

Type declaration