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