UNPKG

umay-render

Version:

Free, high-performance HTML to PDF and HTML to Image conversion SDK for both browser and Node.js

10 lines (9 loc) 279 B
import { UmayConfig } from "./config"; export declare class HttpClient { private client; private config; constructor(config: UmayConfig); request<T>(endpoint: string, data: any): Promise<T>; private processSuccessResponse; private processErrorResponse; }