UNPKG

nestjs-esewa

Version:

This is simple wrapper for Esewa Payment extended from @dallotech/nestjs-esewa. It supports Epay-V2 and transaction verification for Esewa SDK, but later more will be added. Just ping us or open pull request and contribute :)

5 lines 281 B
import { EsewaModule } from "./esewa.module"; import { EsewaService } from "./esewa.service"; import { ESEWA_CONFIG_OPTIONS, EsewaRequestDto } from "./esewa.interface"; export { EsewaModule, EsewaService, ESEWA_CONFIG_OPTIONS, EsewaRequestDto }; //# sourceMappingURL=index.d.ts.map