@coingecko/cryptoformat
Advanced tools
+7
-3
@@ -8,9 +8,13 @@ export function IntlNumberFormatSupported(): boolean; | ||
| // format currency | ||
| export function formatCurrency(amount: number, isoCode: string); | ||
| export function formatCurrency(amount: number, isoCode: string, locale: string); | ||
| export function formatCurrency(amount: number, isoCode: string): string; | ||
| export function formatCurrency( | ||
| amount: number, | ||
| isoCode: string, | ||
| locale: string | ||
| ): string; | ||
| export function formatCurrency( | ||
| amount: number, | ||
| isoCode: string, | ||
| locale: string, | ||
| raw: boolean | ||
| ); | ||
| ): string; |
+1
-1
| { | ||
| "name": "@coingecko/cryptoformat", | ||
| "version": "0.3.1", | ||
| "version": "0.3.2", | ||
| "description": "Javascript library to format and display cryptocurrencies and fiat", | ||
@@ -5,0 +5,0 @@ "main": "lib/cryptoformat.cjs.js", |
31980
0.1%755
0.53%