currency-map-symbol
Advanced tools
Comparing version 3.1.4 to 3.1.5
{ | ||
"name": "currency-map-symbol", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "A function to lookup the currency symbol for a given currency code", | ||
@@ -5,0 +5,0 @@ "main": "currency-map-symbol.js", |
@@ -65,2 +65,5 @@ # currency-map-symbol | ||
getSymbolFromCurrency('GBP'); //=> '£' | ||
import {getCurrencyFromSymbol} from 'currency-map-symbol'; | ||
getCurrencyFromSymbol('£'); //=> 'GBP' | ||
``` | ||
@@ -67,0 +70,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12316
78