UNPKG

nestjs-khalti

Version:

This is simple wrapper for Khalti Payment extended from @dallotech/nestjs-khalti. It supports ePayment Gateway(NEW) and transaction verification, but later more will be added. Just ping us or open pull request and contribute :)

5 lines 292 B
import { KhaltiModule } from "./khalti.module"; import { KhaltiService } from "./khalti.service"; import { KHALTI_CONFIG_OPTIONS, KhaltiRequestDto } from "./khalti.interface"; export { KhaltiModule, KhaltiService, KHALTI_CONFIG_OPTIONS, KhaltiRequestDto }; //# sourceMappingURL=index.d.ts.map