stebet / validate-currency-code

Very simple lib to check if something is a iso 4217 currency code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

validate-currency-code

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


Languages

Language:JavaScript 100.0%