UNPKG

sslcommerz-js

Version:

A well-maintained, unofficial Node.js package for integrating SSLCommerz payments. Provides reliable support for initiating and handling transactions with minimal setup.

6 lines (5 loc) 165 B
export declare const httpCall: <T = any>({ url, method, data, }: { url: string; method?: "GET" | "POST" | "PUT" | "PATCH"; data?: any; }) => Promise<T>;