UNPKG

@betterstore/react

Version:

E-commerce for Developers

7 lines (6 loc) 285 B
export declare const storeHelpers: { proxy?: string; formatCurrency(currency: string): string; formatPrice(priceInCents: number, currency: string, exchangeRate?: number | null): string; getExchangeRate(baseCurrency: string, targetCurrency: string): Promise<number>; };