Files
boc/landvex/node_modules/chart.js/dist/helpers/helpers.intl.d.ts
T

2 lines
111 B
TypeScript
Raw Normal View History

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