Creates a number formatter function based on the specified locale.
The locale to use for formatting.
A function that formats a number according to the specified locale.
Creates a number formatter function based on the specified locale and specifier.
The locale to use for formatting.
The formatting specifier string.
A function that formats a number according to the specified locale and specifier.
Creates a number formatter function based on the specified locale and options.
The locale to use for formatting.
The formatting options.
A function that formats a number according to the specified locale and options.
Creates a number formatter function based on the specified locale, options, or specifier.
Param: locale
The locale to use for formatting.
Param: options
The formatting options or specifier.
Returns
A function that formats a number according to the specified locale and options or specifier.