UNPKG

@platform/cell.client

Version:

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

8 lines (7 loc) 195 B
import { t } from '../common'; export declare function HttpClientCellFile(args: { parent: t.IHttpClientCell; urls: t.IUrls; http: t.Http; path: string; }): t.IHttpClientCellFile;