FormatOptionsinterface
{
readonly locale?: Intl.Locale | undefined;
}| Property | Type | |
|---|---|---|
.locale | Intl.Locale | Override the locale for formatting (defaults to detected locale). readonly |
Options that are shared across all formatters.
{
readonly locale?: Intl.Locale | undefined;
}| Property | Type | |
|---|---|---|
.locale | Intl.Locale | Override the locale for formatting (defaults to detected locale). readonly |
Options that are shared across all formatters.