pip-services3-rpc-node
Version:
Remote procedure calls for Pip.Services in Node.js
12 lines • 644 B
JavaScript
;
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