2.0.1 • Published 10 years ago

lazy-stream v2.0.1

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

lazy-stream

Lazily created streams.

Installation

npm install lazy-stream

API

LazyStream(opts, factory)

LazyStream(factory)

Returns a lazy stream. It will call factory when anyone tries to read from it, and pass data through from the stream returned.

2.0.1

10 years ago

2.0.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

11 years ago