UNPKG

@platform/cell.client

Version:

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

6 lines (5 loc) 196 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpClient = void 0; var HttpClient_1 = require("./HttpClient"); exports.HttpClient = HttpClient_1.HttpClient;