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

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