We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
collation
Intl.CollatorOptions
1 parent ee09569 commit a84710dCopy full SHA for a84710d
1 file changed
src/lib/es5.d.ts
@@ -4404,7 +4404,7 @@ declare namespace Intl {
4404
numeric?: boolean | undefined;
4405
caseFirst?: "upper" | "lower" | "false" | undefined;
4406
sensitivity?: "base" | "accent" | "case" | "variant" | undefined;
4407
- collation?: "big5han" | "compat" | "dict" | "direct" | "ducet" | "emoji" | "eor" | "gb2312" | "phonebk" | "phonetic" | "pinyin" | "reformed" | "searchjl" | "stroke" | "trad" | "unihan" | "zhuyin" | undefined;
+ collation?: "big5han" | "compat" | "default" | "dict" | "direct" | "ducet" | "emoji" | "eor" | "gb2312" | "phonebk" | "phonetic" | "pinyin" | "reformed" | "searchjl" | "stroke" | "trad" | "unihan" | "zhuyin" | undefined;
4408
ignorePunctuation?: boolean | undefined;
4409
}
4410
0 commit comments