pip-services3-rpc-node
Version:
Remote procedure calls for Pip.Services in Node.js
15 lines • 866 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommandableHttpClient = exports.RestClient = exports.DirectClient = void 0;
/**
* @module clients
* @preferred
*/
var DirectClient_1 = require("./DirectClient");
Object.defineProperty(exports, "DirectClient", { enumerable: true, get: function () { return DirectClient_1.DirectClient; } });
var RestClient_1 = require("./RestClient");
Object.defineProperty(exports, "RestClient", { enumerable: true, get: function () { return RestClient_1.RestClient; } });
var CommandableHttpClient_1 = require("./CommandableHttpClient");
Object.defineProperty(exports, "CommandableHttpClient", { enumerable: true, get: function () { return CommandableHttpClient_1.CommandableHttpClient; } });
// export { CommandableRestClient } from './CommandableRestClient';
//# sourceMappingURL=index.js.map