smartsocket/ts/index.ts
2016-09-03 16:03:57 +02:00

13 lines
441 B
TypeScript

import * as plugins from "./smartsocket.plugins";
// export main classes
export * from "./smartsocket.classes.smartsocket";
export * from "./smartsocket.classes.smartsocketclient";
// export further classes and objects
export * from "./smartsocket.classes.socketfunction";
export * from "./smartsocket.classes.socketrole";
export * from "./smartsocket.classes.socketconnection";
// need something more exposed? Create an issue on GitLab!