Type alias IdentToken

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

Generated using TypeDoc