How to Create an Effect-TS Stream from a Node Stream

What is the best way to create an Effect-TS stream from a node-stream? I could not find anything in the docs section here : https://effect.website/docs/guides/streaming/stream/creating
Explore diverse methods for crafting Streams in Effect, tailored to your specific needs. Learn about common constructors like make, empty, unit, range, iterate, and scoped. Discover how to generate streams from success and failure using succeed and fail functions, and construct streams from chunks, effects, asynchronous callbac...
Creating Streams – Effect Docs
Was this page helpful?