3.1.0 • Published 2 years ago

yield-stream v3.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

yield-stream

Github | NPM | Docs

A small library for switching between streams, generators, and arrays. See docs for details.

Note: Using NodeJS.ReadableStream

By default, this library uses WHATWG ReadableStream, which is only available on Node 18+. If you are on an older version of Node or otherwise need to use NodeJS.ReadableStream, import from:

import { yieldStream } from "yield-stream/node";
3.1.0

2 years ago

3.1.1-0

2 years ago

3.0.0

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago