Type alias LeftCurlyToken

LeftCurlyToken: Simplify<{
    _t: "{";
} & FileRange>

Generated using TypeDoc