12 lines
249 B
TypeScript
12 lines
249 B
TypeScript
/*
|
|
* Public API Surface of ucap-webmessenger-protocol-inner
|
|
*/
|
|
|
|
export * from './lib/protocols/conn';
|
|
|
|
export * from './lib/services/inner-protocol.service';
|
|
|
|
export * from './lib/types/service';
|
|
|
|
export * from './lib/ucap-inner-protocol.module';
|