File: use-stream.patch

package info (click to toggle)
node-stream-array 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • ctags: 10
  • sloc: makefile: 4; sh: 2
file content (12 lines) | stat: -rw-r--r-- 198 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
stream is available in nodejs

--- a/index.js
+++ b/index.js
@@ -1,6 +1,6 @@
 'use strict'
 
-var Readable = require('readable-stream').Readable
+var Readable = require('stream').Readable
 ;
 
 /**