UNPKG

@platform/cell.client

Version:

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

7 lines (6 loc) 159 B
import { t } from '../common'; export declare function HttpClientFile(args: { uri: t.IFileUri; urls: t.IUrls; http: t.Http; }): t.IHttpClientFile;