UNPKG

clvision

Version:

Customer Lifetime Value tracking and analytics library for CLVision

7 lines (6 loc) 191 B
import { RequestConfig } from "./types"; export declare class HttpClient { private config; constructor(config: RequestConfig); post<T>(endpoint: string, data: any): Promise<T>; }