npm.io
2.0.0 • Published 6 years ago

pull-stream-to-stream

Licence
MIT
Version
2.0.0
Deps
0
Size
23 kB
Vulns
0
Weekly
0
Stars
17

pull-stream-to-stream

turn a pull-stream into a regular node stream.

example

var toStream = require('pull-stream-to-stream')

//if the pull-stream is duplex (an object with two streams: {source, sink})

stream = toStream(pullDuplex)

//if the stream is a sink ("writable")
stream = toStream.sink(pullSink)

//if the stream is a source ("readable")

stream = toStream.source(pullSource)

License

MIT