MtoLocaleString
Bun

method

Uint8Array.toLocaleString

toLocaleString(): string;

Converts a number to a string by using the current locale.

locales: string | string[],
options?: NumberFormatOptions
): string;