UNPKG

umay-render

Version:

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

11 lines (10 loc) 292 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 processResponse; private buildHeaders; private normalizeError; }