UNPKG

pip-services3-rpc-node

Version:
9 lines (8 loc) 266 B
/** * @module clients * @preferred */ export { DirectClient } from './DirectClient'; export { RestClient } from './RestClient'; export { CommandableHttpClient } from './CommandableHttpClient'; // export { CommandableRestClient } from './CommandableRestClient';