?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/supportcandy/asset/libs/chartjs/types/helpers/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/supportcandy/asset/libs/chartjs/types

?? Viewing: helpers.intl.d.ts

/**
 * Format a number using a localized number formatter.
 * @param num The number to format
 * @param locale The locale to pass to the Intl.NumberFormat constructor
 * @param options Number format options
 */
export function formatNumber(num: number, locale: string, options: Intl.NumberFormatOptions): string;


??

??