8 lines
178 B
TypeScript
8 lines
178 B
TypeScript
|
/*
|
||
|
* Public API Surface of ucap-webmessenger-protocol-service
|
||
|
*/
|
||
|
|
||
|
export * from './lib/services/service-protocol.service';
|
||
|
|
||
|
export * from './lib/ucap-service-protocol.module';
|