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 :)

6 lines 252 B
import { DynamicModule } from '@nestjs/common'; import KhaltiAsyncOptions from "./khalti.interface"; export declare class KhaltiModule { static registerAsync(options: KhaltiAsyncOptions): DynamicModule; } //# sourceMappingURL=khalti.module.d.ts.map