15 lines
328 B
TypeScript
Raw Normal View History

2019-09-18 15:02:21 +09:00
/*
* Public API Surface of ucap-webmessenger-protocol-umg
*/
2019-12-17 16:39:02 +09:00
export * from './lib/models/sender-info';
export * from './lib/protocols/del-noti';
2019-12-17 16:39:02 +09:00
export * from './lib/protocols/noti';
2019-09-18 15:02:21 +09:00
export * from './lib/services/umg-protocol.service';
2019-12-17 16:39:02 +09:00
export * from './lib/types/service';
2019-09-18 15:02:21 +09:00
export * from './lib/ucap-umg-protocol.module';