smartsocket/ts/index.ts

13 lines
435 B
TypeScript
Raw Normal View History

2017-07-07 20:02:19 +00:00
import * as plugins from './smartsocket.plugins'
2016-08-07 12:58:20 +00:00
// export main classes
2017-07-07 20:02:19 +00:00
export * from './smartsocket.classes.smartsocket'
export * from './smartsocket.classes.smartsocketclient'
// export further classes and objects
2017-07-07 20:02:19 +00:00
export * from './smartsocket.classes.socketfunction'
export * from './smartsocket.classes.socketrole'
export * from './smartsocket.classes.socketconnection'
2016-08-12 01:22:36 +00:00
2016-08-14 20:17:55 +00:00
// need something more exposed? Create an issue on GitLab!