UNPKG

thawani-nodejs

Version:

Node.js library for Thawani Payment Gateway

9 lines (8 loc) 284 B
import { AxiosRequestConfig } from 'axios'; export declare class HttpClient { private readonly apiKey; private client; constructor(baseURL: string, apiKey: string, timeout?: number); private setupInterceptors; request<T>(config: AxiosRequestConfig): Promise<T>; }