UNPKG

crnc

Version:

currency conversion and functionality for the web

4 lines 147 B
export function isCurrencyAllowed(code, currencies) { return currencies.indexOf(code) !== -1; } //# sourceMappingURL=is-currency-allowed.js.map