smartsocket/ts/index.ts

9 lines
323 B
TypeScript

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