Validates whether a given input is a valid currency code, according to ISO 4217.
npm install is-currency-codeconst isCurrencyCode = require('is-currency-code');
isCurrencyCode('usd'); // true
isCurrencyCode('fake-currency'); // falsegit clone git@github.com:hugomd/is-currency-code.gitnpm install- Make your changes
- Open a pull request and ask for review ✌️
- Optional: use emoji in your commits 🔥