Type Alias: TokenEncoding
ts
type TokenEncoding = (typeof TokenEncoding)[number];Defined in: lib/classes/tokenizable.ts:26
Union of all recognised token encoding identifier strings.
Remarks
Derived from TokenEncoding so the type and the runtime array stay in sync automatically when new encodings are added.