@formatjs/intl-enumerator
Version:
Intl.Enumerator polyfill
5 lines (4 loc) • 324 B
TypeScript
/* @generated */
// prettier-ignore
export declare const collations: readonly ["big5han", "compat", "dict", "direct", "ducet", "emoji", "eor", "gb2312", "phonebk", "phonetic", "pinyin", "reformed", "search", "searchjl", "standard", "stroke", "trad", "unihan", "zhuyin"];
export type Collation = (typeof collations)[number];