UNPKG

@mixxtor/currencyx-js

Version:

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

6 lines (4 loc) 84 B
/** * Services Export */ export { CurrencyService } from './currency_service.js'