We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c912ae commit c195d3dCopy full SHA for c195d3d
README.md
@@ -64,7 +64,7 @@ millify(1440000, {
64
Name | Type | Default | Description
65
--- | --- | --- | ---
66
`precision` | `number` | `1` | Number of decimal places to use
67
-`locales` | `string \| Array<string>` | `'.'` | Formats the number in different languages
+`locales` | `string \| Array<string>` | browser language | Formats the number in different languages
68
`lowercase` | `boolean` | `false` | Use lowercase abbreviations
69
`space` | `boolean` | `false` | Add a space between number and abbreviation
70
`units` | `Array<string>` | `['', 'K', 'M', 'B', 'T', 'P', 'E']` | Unit abbreviations
0 commit comments