UNPKG

@platform/cell.client

Version:

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

15 lines (14 loc) 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Client = void 0; var Client_http_1 = require("../Client.http"); var Client = (function () { function Client() { } Client.http = function (input) { return Client.Http.create(input); }; Client.Http = Client_http_1.HttpClient; return Client; }()); exports.Client = Client;