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