8 lines
240 B
TypeScript
Raw Normal View History

2019-12-13 13:45:08 +09:00
/*
* Public API Surface of ucap-webmessenger-electron-update-window
*/
2019-12-16 01:06:07 +09:00
export * from './lib/models/electron-update-window-options';
export * from './lib/services/electron-update-window.service';
export * from './lib/types/channel.type';