Type alias IdentNode

IdentNode: Simplify<{
    _t: "ident";
    value: string;
} & FileRange>

Generated using TypeDoc