Function: reverseOperatorLookup()
reverseOperatorLookup(kind
): string
Return the operator that matches the given token kind, or the
input kind if it's not an operator token.
Parameters
• kind: string
Returns
string
Defined in
src/expressions/tokens.ts:166