helpers.intl.d.ts 111 B

1
  1. export declare function formatNumber(num: number, locale: string, options?: Intl.NumberFormatOptions): string;