UNPKG

@platform/cell.client

Version:

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

7 lines (6 loc) 274 B
export { Http } from '@platform/http'; export { Schema, Urls, Uri } from '@platform/cell.schema'; import * as FormData from 'form-data'; export { FormData }; export { value, defaultValue } from '@platform/util.value'; export { TypeSystem } from '@platform/cell.typesystem';