UNPKG

pip-services3-rpc-node

Version:
12 lines 644 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TestCommandableHttpClient = exports.TestRestClient = void 0; /** * @module test * @preferred */ var TestRestClient_1 = require("./TestRestClient"); Object.defineProperty(exports, "TestRestClient", { enumerable: true, get: function () { return TestRestClient_1.TestRestClient; } }); var TestCommandableHttpClient_1 = require("./TestCommandableHttpClient"); Object.defineProperty(exports, "TestCommandableHttpClient", { enumerable: true, get: function () { return TestCommandableHttpClient_1.TestCommandableHttpClient; } }); //# sourceMappingURL=index.js.map