TokenCharacterKind type

Represents classes of characters on which a token filter can operate.

type TokenCharacterKind =
  | "letter"
  | "digit"
  | "whitespace"
  | "punctuation"
  | "symbol"