Interface NumberFormatConstructor
interface NumberFormatConstructor {
new NumberFormatConstructornew (locales?: string | string[], options?: NumberFormatOptions): Intl.NumberFormat;
new NumberFormatConstructornew (locales?: LocalesArgument, options?: NumberFormatOptions): Intl.NumberFormat;
prototype: Intl.NumberFormat;
supportedLocalesOf(locales: LocalesArgument, options?: NumberFormatOptions): string[];
(locales?: LocalesArgument, options?: NumberFormatOptions): Intl.NumberFormat;
}
new NumberFormatConstructornew (locales?: string | string[], options?: NumberFormatOptions): Intl.NumberFormat;
new NumberFormatConstructornew (locales?: LocalesArgument, options?: NumberFormatOptions): Intl.NumberFormat;
prototype: Intl.NumberFormat;
supportedLocalesOf(locales: LocalesArgument, options?: NumberFormatOptions): string[];
(locales?: LocalesArgument, options?: NumberFormatOptions): Intl.NumberFormat;
}
- Number
Format (locales?, options?): Intl.NumberFormatConstructor Parameters
Optional
locales: LocalesArgumentOptional
options: NumberFormatOptions
Returns Intl.NumberFormat
Index
Constructors
constructor
- new
Number (locales?, options?): Intl.NumberFormatFormat Constructor Parameters
Optional
locales: string | string[]Optional
options: NumberFormatOptions
Returns Intl.NumberFormat
- new
Number (locales?, options?): Intl.NumberFormatFormat Constructor Parameters
Optional
locales: LocalesArgumentOptional
options: NumberFormatOptions
Returns Intl.NumberFormat
Methods
supportedLocalesOf
- supported
Locales (locales, options?): string[]Of Parameters
- locales: LocalesArgument
Optional
options: NumberFormatOptions
Returns string[]