@sonatel-os/juf
Version:
The community SDK for Orange Money, SMS, Email & Sonatel APIs on the Orange Developer Platform.
14 lines (11 loc) • 635 B
text/typescript
export { logger } from '@sonatel-os/juf-xpress-logger';
import { Authentication } from './auth/index.cjs';
import { C as Communication } from './communicationService-BS2mBbez.cjs';
import { P as Payment } from './paymentService-CkDq_6by.cjs';
export { A as AuthenticationError, E as ExternalServiceError, J as JufError, V as ValidationError } from './errors-UO7u5lEE.cjs';
import 'axios';
import './cache-Bxhh3lYR.cjs';
declare const authentication: Authentication;
declare const communication: Communication;
declare const payment: Payment;
export { Authentication, Communication, Payment, authentication, communication, payment };