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

12 lines
312 B
TypeScript
Raw Normal View History

2019-09-18 06:02:21 +00:00
/*
* Public API Surface of ucap-webmessenger-web-storage
*/
export * from './lib/services/storage.service';
export * from './lib/services/local-storage.service';
export * from './lib/services/session-storage.service';
export * from './lib/utils/storage.util';
export * from './lib/ucap-web-storage.module';