383 Views
Lets imagine you want to test how a lib you created behaves when using its 'stream-mode' and, of course you don't want to read and write from file system. So what should you do? Well you should use this package which is an implementation of Stream. Because this library implements Node's Stream abstract interface you can use it as you would any other Stream implementation.
0 comments