next-ucap-messenger/projects/ucap-webmessenger-protocol-sync/src/public-api.ts

12 lines
280 B
TypeScript
Raw Normal View History

2019-09-18 06:02:21 +00:00
/*
* Public API Surface of ucap-webmessenger-protocol-sync
*/
export * from './lib/models/buddy';
export * from './lib/models/group';
2019-09-18 06:02:21 +00:00
export * from './lib/services/sync-protocol.service';
export * from './lib/ucap-sync-protocol.module';
export * from './lib/types/userInfo';