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