0no-co / wonka

🎩 A tiny but capable push & pull stream library for TypeScript and Flow
MIT License
709 stars 29 forks source link

feat: Implement toAsyncIterable #133

Closed kitten closed 1 year ago

kitten commented 1 year ago

This implements a toAsyncIterable helper, as per the ECMAScript spec and protocol. The return AsyncIterable creates an AsyncIterator when [Symbol.asyncIterator] is called, as per the spec.

This supersedes #125