Type alias AtKeywordToken

AtKeywordToken: Simplify<{
    _t: "at-keyword";
    value: string;
} & FileRange>

Generated using TypeDoc