UNPKG

@explita/cloud-mail-client

Version:

A simple mail client for Node applications.

3 lines (2 loc) 135 B
import { ApiOptions } from "../types"; export declare function httpClient<T = any>(apiPath: string, options?: ApiOptions): Promise<T>;