File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
@@ -4581,3 +4581,4 @@ interface Date {
45814581 */
45824582 toLocaleTimeString ( locales ?: string | string [ ] , options ?: Intl . DateTimeFormatOptions ) : string ;
45834583}
4584+
You can’t perform that action at this time.
0 commit comments