smartsocket/ts/index.ts

13 lines
462 B
TypeScript
Raw Normal View History

2016-08-07 12:58:20 +00:00
import * as plugins from "./smartsocket.plugins";
// export main classes
2016-08-07 12:58:20 +00:00
export * from "./smartsocket.classes.smartsocket";
export * from "./smartsocket.classes.smartsocketclient";
// export further classes and objects
2016-08-14 20:17:55 +00:00
export * from "./smartsocket.classes.socketfunction";
export * from "./smartsocket.classes.socketrole";
export {allSocketConnections} 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!