UNPKG

@platform/cell.client

Version:

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

7 lines (6 loc) 197 B
import * as t from './types'; import * as constants from './constants'; import * as util from './util'; export { t, constants, util }; export * from './libs'; export const ERROR = constants.ERROR;