UNPKG

@yoroi/banxa

Version:

The Banxa integration package of Yoroi SDK

11 lines (10 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.banxaIsFiatType = banxaIsFiatType; const supportedFiatTypes = ['USD', 'EUR']; function banxaIsFiatType(value) { return supportedFiatTypes.includes(value); } //# sourceMappingURL=fiat-types.js.map