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