TokenCharacterKind type

代表權杖過濾器可以操作的字元類別。

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