UNPKG

@ledgerhq/live-common

Version:
8 lines 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.flattenV5CurrenciesToAndFrom = flattenV5CurrenciesToAndFrom; function flattenV5CurrenciesToAndFrom(data) { const supportedCurrencies = data.currencyGroups.flatMap(group => group.supportedCurrencies); return Array.from(new Set(supportedCurrencies)); } //# sourceMappingURL=flattenV5CurrenciesToAndFrom.js.map