Skip to content

Commit a84710d

Browse files
authored
add collation to Intl.CollatorOptions (#62971)
1 parent ee09569 commit a84710d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es5.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4404,7 +4404,7 @@ declare namespace Intl {
44044404
numeric?: boolean | undefined;
44054405
caseFirst?: "upper" | "lower" | "false" | undefined;
44064406
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;
4407+
collation?: "big5han" | "compat" | "default" | "dict" | "direct" | "ducet" | "emoji" | "eor" | "gb2312" | "phonebk" | "phonetic" | "pinyin" | "reformed" | "searchjl" | "stroke" | "trad" | "unihan" | "zhuyin" | undefined;
44084408
ignorePunctuation?: boolean | undefined;
44094409
}
44104410

0 commit comments

Comments
 (0)