UNPKG

paystack-nestjs

Version:

A library for integrating Paystack with NestJS. Supports webhooks

8 lines (7 loc) 223 B
export * from './constants'; export * from './decorators'; export * from './interfaces'; export * from './module'; export * from './payload.service'; export * from './webhook.controller'; export * from './webhook.service';