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