@@ -62,10 +62,10 @@ declare module Intl {
6262 resolvedOptions ( ) : ResolvedNumberFormatOptions ;
6363 }
6464 var NumberFormat : {
65- new ( locales ?: string [ ] , options ?: NumberFormatOptions ) : Collator ;
66- new ( locale ?: string , options ?: NumberFormatOptions ) : Collator ;
67- ( locales ?: string [ ] , options ?: NumberFormatOptions ) : Collator ;
68- ( locale ?: string , options ?: NumberFormatOptions ) : Collator ;
65+ new ( locales ?: string [ ] , options ?: NumberFormatOptions ) : NumberFormat ;
66+ new ( locale ?: string , options ?: NumberFormatOptions ) : NumberFormat ;
67+ ( locales ?: string [ ] , options ?: NumberFormatOptions ) : NumberFormat ;
68+ ( locale ?: string , options ?: NumberFormatOptions ) : NumberFormat ;
6969 supportedLocalesOf ( locales : string [ ] , options ?: NumberFormatOptions ) : string [ ] ;
7070 supportedLocalesOf ( locale : string , options ?: NumberFormatOptions ) : string [ ] ;
7171 }
@@ -107,10 +107,10 @@ declare module Intl {
107107 resolvedOptions ( ) : ResolvedDateTimeFormatOptions ;
108108 }
109109 var DateTimeFormat : {
110- new ( locales ?: string [ ] , options ?: DateTimeFormatOptions ) : Collator ;
111- new ( locale ?: string , options ?: DateTimeFormatOptions ) : Collator ;
112- ( locales ?: string [ ] , options ?: DateTimeFormatOptions ) : Collator ;
113- ( locale ?: string , options ?: DateTimeFormatOptions ) : Collator ;
110+ new ( locales ?: string [ ] , options ?: DateTimeFormatOptions ) : DateTimeFormat ;
111+ new ( locale ?: string , options ?: DateTimeFormatOptions ) : DateTimeFormat ;
112+ ( locales ?: string [ ] , options ?: DateTimeFormatOptions ) : DateTimeFormat ;
113+ ( locale ?: string , options ?: DateTimeFormatOptions ) : DateTimeFormat ;
114114 supportedLocalesOf ( locales : string [ ] , options ?: DateTimeFormatOptions ) : string [ ] ;
115115 supportedLocalesOf ( locale : string , options ?: DateTimeFormatOptions ) : string [ ] ;
116116 }
0 commit comments