diff --git a/lib/numberFormat.ts b/lib/numberFormat.ts index 9bc36b5..e03d72a 100644 --- a/lib/numberFormat.ts +++ b/lib/numberFormat.ts @@ -1,5 +1,5 @@ export function numberFormat(value: number) { return new Intl.NumberFormat('en', { - notation: 'compact' + notation: 'standard' }).format(value) } \ No newline at end of file