Type alias EOFToken

EOFToken: Simplify<{
    _t: "EOF";
} & FileRange>

Generated using TypeDoc