Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 1bb90a6

Browse files
export ServerStreamProcessor
1 parent 2616dfd commit 1bb90a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports.Constants = require('./constants');
66
exports.Helpers = require('./helpers');
77
exports.Server = require('./server/server');
88
exports.ClientStreamProcessor = require('./server/client_stream_processor');
9+
exports.ServerStreamProcessor = require('./client/server_stream_processor');
910
exports.CommandProcessor = require('./server/command_processor');
1011
exports.Client = require('./client/client');
1112
exports.CacheBase = require('./cache/cache_base').CacheBase;

0 commit comments

Comments
 (0)