UNPKG

@platform/cell.client

Version:

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

8 lines (7 loc) 311 B
import * as FormData from 'form-data'; export { FormData }; export { Schema, Urls, Uri } from '@platform/cell.schema'; export { value, time } from '@platform/util.value'; export { coord } from '@platform/cell.coord'; export { MemoryQueue } from '@platform/queue'; export { MemoryCache } from '@platform/cache';