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