UNPKG

@platform/cell.client

Version:

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

12 lines (11 loc) 250 B
import { t } from '../common'; export declare type IClientNsArgs = { uri: t.INsUri; urls: t.IUrls; http: t.Http; }; export declare function HttpClientNs(args: { uri: t.INsUri; urls: t.IUrls; http: t.Http; }): t.IHttpClientNs;