Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
chart.js
/
types
/
helpers
/
Filename :
helpers.intl.d.ts
back
Copy
/** * 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;