UNPKG

@yoroi/banxa

Version:

The Banxa integration package of Yoroi SDK

3 lines 160 B
export type BanxaFiatType = 'USD' | 'EUR'; export declare function banxaIsFiatType(value: any): value is BanxaFiatType; //# sourceMappingURL=fiat-types.d.ts.map