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

16 lines
413 B
TypeScript
Raw Normal View History

2019-09-18 06:02:21 +00:00
/*
* Public API Surface of ucap-webmessenger-protocol
*/
export * from './lib/models/packet';
export * from './lib/models/protocol';
export * from './lib/services/protocol.service';
export * from './lib/types/module-config';
export * from './lib/types/packet-body-divider';
export * from './lib/types/packet-body-value.type';
2019-09-19 01:40:16 +00:00
export * from './lib/types/service';
2019-09-18 06:02:21 +00:00
export * from './lib/ucap-protocol.module';