UNPKG

neppayments

Version:

A simple and easy-to-use package for integrating Nepali payment gateways (Khalti and eSewa) into your applications

6 lines (5 loc) 199 B
import { PaymentErrorCode } from './payment.enums'; export declare class PaymentError extends Error { readonly code: PaymentErrorCode; constructor(code: PaymentErrorCode, message: string); }