UNPKG

@mixxtor/currencyx-js

Version:

Modern TypeScript currency converter with type inference and multiple providers (Google Finance, Fixer.io). Framework agnostic with clean architecture.

8 lines (6 loc) 199 B
/** * Currency Providers Export */ export { BaseCurrencyExchange } from './base_exchange.js' export { GoogleFinanceExchange } from './google_finance.js' export { FixerExchange } from './fixer.js'