Skip to content

Commit 5eb4198

Browse files
Yamil Asustaluin
Yamil Asusta
authored andcommitted
feat: export ScanStream at package level (#667)
1 parent a57c2a8 commit 5eb4198

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exports = module.exports = require('./redis');
55
exports.ReplyError = require('redis-errors').ReplyError;
66
exports.Cluster = require('./cluster');
77
exports.Command = require('./command');
8+
exports.ScanStream = require('./ScanStream').default;
89

910
var PromiseContainer = require('./promiseContainer');
1011
Object.defineProperty(exports, 'Promise', {

0 commit comments

Comments
 (0)