We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0b06de + 22f8272 commit 16bfc2aCopy full SHA for 16bfc2a
src/juno-node.ts
@@ -14,6 +14,7 @@ import UnixSocketConnection from './connection/unix-socket-connection';
14
import InetSocketConnection from './connection/inet-socket-connection';
15
import {JunoError} from './models/errors';
16
17
+
18
export default class JunoModule {
19
20
private protocol: BaseProtocol;
0 commit comments