UNPKG

crnc

Version:

currency conversion and functionality for the web

3 lines (2 loc) 166 B
import { CurrencyLibrary } from "../interfaces.js"; export declare function getDetailsForCurrencies(currencies: string[], library: CurrencyLibrary): CurrencyLibrary;