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