UNPKG

@funkit/connect

Version:

Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.

4 lines (3 loc) 229 B
export declare const getMeldProviderIconUrl: (provider: string) => string; /** Utilizes locale formatting to get currency symbol out of a currency code */ export declare const getCurrencySymbol: (currencyCode: string) => string;