UNPKG

crnc

Version:

currency conversion and functionality for the web

10 lines (9 loc) 300 B
import { CurrencyLibrary } from "../interfaces.js"; export declare function validateConverterParams({ baseCurrency, currencies, currencyLibrary }: { baseCurrency: string; currencies: string[]; currencyLibrary: CurrencyLibrary; }): { baseCurrency: string; currencies: string[]; };