ESCalc - v0.0.1-beta.2
    Preparing search index...

    Type Alias TokenType

    TokenType:
        | "group-open"
        | "group-close"
        | "separator"
        | "colon"
        | "parameter"
        | "boolean"
        | "string"
        | "number"
        | "date"
        | "identifier"
        | "logical-and"
        | "more-than"
        | "less-than"
        | "less-than-or-equal"
        | "more-than-or-equal"
        | "not-equal"
        | "logical-not"
        | "equals"
        | "minus"
        | "bit-or"
        | "exp"
        | "bit-xor"
        | "bit-and"
        | "shift-right"
        | "shift-left"
        | "plus"
        | "times"
        | "ternary"
        | "logical-or"
        | "division"
        | "modulus"
        | "complement"
        | "in"
        | "not"