Type alias LeftParenToken

LeftParenToken: Simplify<{
    _t: "(";
} & FileRange>

Generated using TypeDoc