@pheon/m-pesa
Version:
A wrapper around M-PESA API endpoints for easy integration with Node applications
7 lines (6 loc) • 313 B
text/typescript
export { GetToken } from "./handlers/getToken";
export { LipaNaMpesa } from "./handlers/lipaNaMpesa";
export { C2BQuery } from "./handlers/c2bQuery";
export { C2BRegistration } from "./handlers/c2bRegistration";
export { C2BSimulation } from "./handlers/c2bSimulation";
// export { Logs } from "./handlers/logs";