10 lines
216 B
TypeScript
Raw Normal View History

2019-09-18 15:02:21 +09:00
/*
* Public API Surface of ucap-webmessenger-native-electron
*/
export * from './lib/services/electron-native.service';
export * from './lib/translate/electron-loader';
2019-09-18 15:02:21 +09:00
export * from './lib/types/channel.type';