包详细信息

validate-currency-code

Boelensman116kMIT0.1.3

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

iso, 4217, iso 4217, currency

自述文件

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
}