@skyux/core
Version:
This library was generated with [Nx](https://nx.dev).
6 lines (5 loc) • 414 B
TypeScript
import { SkyIntlNumberFormatStyle } from '@skyux/i18n';
export declare class SkyNumberFormatUtility {
private static _NUMBER_FORMAT_REGEXP;
static formatNumber(locale: string, value: number | string, style: SkyIntlNumberFormatStyle, digits?: string | null, currency?: string | null, currencyDisplay?: 'code' | 'symbol' | 'narrowSymbol' | 'name', currencySign?: 'accounting' | 'standard'): string | null;
}