UNPKG

@platform/cell.client

Version:

A strongly typed HTTP client for operating with a CellOS service end-point.

6 lines (5 loc) 153 B
import { t } from '../common'; export declare class Client { static Http: t.HttpClient; static http(input?: t.ClientHttpInput): t.IHttpClient; }