mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-13 09:12:52 -05:00
add collation to Intl.CollatorOptions (#62971)
This commit is contained in:
2
src/lib/es5.d.ts
vendored
2
src/lib/es5.d.ts
vendored
@@ -4404,7 +4404,7 @@ declare namespace Intl {
|
||||
numeric?: boolean | undefined;
|
||||
caseFirst?: "upper" | "lower" | "false" | undefined;
|
||||
sensitivity?: "base" | "accent" | "case" | "variant" | undefined;
|
||||
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;
|
||||
ignorePunctuation?: boolean | undefined;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user