Package Exports
- typographic-currency-db
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typographic-currency-db) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
typographic-currency-db
Raw data about typographic currency
Install
npm install --save typographic-currency-dbUsage
Use correct currency symbols. Just use name of currency in international format ISO 4217.
import currencyDB from 'typographic-currency-db';
currencyDB['USD']; // $
currencyDB['KZT']; // ₸
currencyDB['JPY']; // ¥
License
MIT © talgautb