UNPKG

seerbit-nodejs

Version:
8 lines (7 loc) 401 B
export { default as StandardCheckout } from "./standard"; export { default as CardCheckout } from "./card"; export { default as MobileMoneyCheckout } from "./momo"; export { default as RecurrentCheckout } from "./recurrent"; export { default as OrderService } from "./order"; export { default as AccountsService } from "./bank"; export { default as VerificationService } from "./verificationService";