0.2.5 • Published 10 years ago
lazypipe2 v0.2.5
lazypipe2
Adapts OverZealous' lazypipe (npm,
repo) to streams2. Refer to his
README for basic information.
This package ought to work as drop-in replacement. If you find it does not, please submit a report.
Extra features
- Handles
objectModeas you'd expect, and introduces a convenience functionlazypipe2.obj()equivalent tolazypipe2( { objectMode:true } ). - Legacy streams are automatically upgraded to (wrapped in) streams2, as we depend on stream-combiner2.

