Skip to content
1 min read · 33 words

Type Alias: TokenEncoding

ts
type TokenEncoding = (typeof TokenEncoding)[number];

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.