()
| 10 | const { createReadStream } = require('fs'); |
| 11 | |
| 12 | function oneTo5() { |
| 13 | return Readable.from([1, 2, 3, 4, 5]); |
| 14 | } |
| 15 | |
| 16 | { |
| 17 | // flatMap works on synchronous streams with a synchronous mapper |
no test coverage detected
searching dependent graphs…