UNPKG

@mixxtor/currencyx-js

Version:

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

7 lines (5 loc) 127 B
/** * Configuration Exports */ export { defineConfig } from './define_config.js' export { exchanges } from './exchanges.js'