smartsocket/ts/index.ts

10 lines
374 B
TypeScript
Raw Permalink Normal View History

// export main classes
2022-03-14 21:40:55 +00:00
export * from './smartsocket.classes.smartsocket.js';
export * from './smartsocket.classes.smartsocketclient.js';
// export further classes and objects
2022-03-14 21:40:55 +00:00
export * from './smartsocket.classes.socketfunction.js';
export * from './smartsocket.classes.socketconnection.js';
2023-08-06 14:09:28 +00:00
// export types so they can be referred to
export * from './interfaces/index.js';