somali-exchange-rates
Version:
πΈπ΄ Comprehensive Somali Exchange Rates platform with real-time rates, transfer fees, alerts, multi-language support, and advanced financial tools
111 lines (110 loc) β’ 2.08 kB
JavaScript
import {
AlertManager,
ConfigManager,
ExportService,
LocalizationService,
RateStreamClient,
RateStreamServer,
calculateTransferFee,
compareTransferOptions,
convert,
createRateStream,
exportAnalysisReport,
exportRates,
exportToCSV,
exportToExcel,
formatCurrency,
formatLocalizedCurrency,
formatLocalizedQuote,
formatSOS,
formatTransferResult,
getAlertManager,
getBestTransferOption,
getConfigManager,
getLocalizationService,
getRate,
getRates,
getUserConfig,
listRateAlerts,
loadUserConfig,
quote,
removeRateAlert,
runConfigWizard,
saveUserConfig,
setLanguage,
setLocale,
setRateAlert,
setUserDefaultCurrencies,
setUserLanguage,
setUserNotifications,
startAlertMonitoring,
stopAlertMonitoring,
translate
} from "./chunk-A7YWPFGN.mjs";
import {
HistoricalRateService,
MarketAnalyzer,
ProviderManager,
SomaliaMarketService,
analyzeMarket,
createProvider,
detectAnomalies,
getHistoricalRates,
getRateHistory,
getSomaliaMarketData,
getVolatility
} from "./chunk-GBQMRN7V.mjs";
export {
AlertManager,
ConfigManager,
ExportService,
HistoricalRateService,
LocalizationService,
MarketAnalyzer,
ProviderManager,
RateStreamClient,
RateStreamServer,
SomaliaMarketService,
analyzeMarket,
calculateTransferFee,
compareTransferOptions,
convert,
createProvider,
createRateStream,
detectAnomalies,
exportAnalysisReport,
exportRates,
exportToCSV,
exportToExcel,
formatCurrency,
formatLocalizedCurrency,
formatLocalizedQuote,
formatSOS,
formatTransferResult,
getAlertManager,
getBestTransferOption,
getConfigManager,
getHistoricalRates,
getLocalizationService,
getRate,
getRateHistory,
getRates,
getSomaliaMarketData,
getUserConfig,
getVolatility,
listRateAlerts,
loadUserConfig,
quote,
removeRateAlert,
runConfigWizard,
saveUserConfig,
setLanguage,
setLocale,
setRateAlert,
setUserDefaultCurrencies,
setUserLanguage,
setUserNotifications,
startAlertMonitoring,
stopAlertMonitoring,
translate
};