UNPKG

pip-services3-rpc-node

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