Type alias LeftBracketToken

LeftBracketToken: Simplify<{
    _t: "[";
} & FileRange>

Generated using TypeDoc