UNPKG

@davidrebollo92/currency-exchange

Version:

Convert currencies by entering the exchange rate with a precision of 6 decimal places. It also allows you to get the exchange rate between two amounts

5 lines (3 loc) 183 B
export function convertCurrency(amount: number, exchangeRate: number): number; export function getExchangeRate(from: number, to: number): number; //# sourceMappingURL=index.d.ts.map