2 lines
111 B
TypeScript

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