@sonatel-os/juf
Version:
It's an helpful Javascript Utility Framework to ease application development in SONATEL context.
9 lines (8 loc) • 388 B
TypeScript
import { logger } from '@sonatel-os/juf-xpress-logger';
export const authentication: Authentication;
export const communication: Communication;
export const payment: Payment;
import Authentication from "./src/services/authenticationService.js";
import Communication from "./src/services/communicationService.js";
import Payment from "./src/services/paymentService.js";
export { logger };