UNPKG

@ledgerhq/live-common

Version:
5 lines 261 B
export function flattenV5CurrenciesToAndFrom(data) { const supportedCurrencies = data.currencyGroups.flatMap(group => group.supportedCurrencies); return Array.from(new Set(supportedCurrencies)); } //# sourceMappingURL=flattenV5CurrenciesToAndFrom.js.map