UNPKG

@platform/cell.client

Version:

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

11 lines (10 loc) 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _1 = require("."); var Client_http_1 = require("../Client.http"); var test_1 = require("../test"); describe('Client', function () { it('Client.Http', function () { (0, test_1.expect)(_1.Client.Http).to.equal(Client_http_1.HttpClient); }); });