Eugene Lazutkin 3 лет назад
Родитель
Сommit
e4246f032f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -1,6 +1,6 @@
 'use strict';
 
-const {Readable, Writable, Duplex, Transform} = require('stream');
+const {Duplex, Transform} = require('stream');
 
 const none = Symbol.for('object-stream.none');
 const finalSymbol = Symbol.for('object-stream.final');