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

14 lines
323 B
TypeScript
Raw Normal View History

2019-09-18 06:02:21 +00:00
/*
* Public API Surface of ucap-webmessenger-protocol-file
*/
2019-09-27 03:05:55 +00:00
export * from './lib/models/down-check';
export * from './lib/models/info';
2019-09-18 06:02:21 +00:00
export * from './lib/services/file-protocol.service';
2019-09-27 03:05:55 +00:00
export * from './lib/types/file.type';
export * from './lib/types/service';
2019-09-18 06:02:21 +00:00
export * from './lib/ucap-file-protocol.module';