update to latest standards

This commit is contained in:
2018-03-15 02:29:40 +01:00
parent 287c2a73c5
commit 02e17a52c3
32 changed files with 759 additions and 819 deletions
+6 -6
View File
@@ -1,10 +1,10 @@
import * as plugins from './smartsocket.plugins'
import * as plugins from './smartsocket.plugins';
// export main classes
export * from './smartsocket.classes.smartsocket'
export * from './smartsocket.classes.smartsocketclient'
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'
export * from './smartsocket.classes.socketfunction';
export * from './smartsocket.classes.socketrole';
export * from './smartsocket.classes.socketconnection';