diff --git a/src/juno-node.ts b/src/juno-node.ts index 5d871a3..9ae4377 100644 --- a/src/juno-node.ts +++ b/src/juno-node.ts @@ -14,6 +14,7 @@ import UnixSocketConnection from './connection/unix-socket-connection'; import InetSocketConnection from './connection/inet-socket-connection'; import {JunoError} from './models/errors'; + export default class JunoModule { private protocol: BaseProtocol;