You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very simple lib to check if something is a iso 4217 currency code
Usage
var validateCurrencyCode = require('validate-currency-code');
if (validateCurrencyCode('EUR')) {
// code that should run when the currencycode is valid
}
About
Very simple lib to check if something is a iso 4217 currency code