Changelog
6.3.3
fromAsyncIterable
and toAsyncIterable
. The toAsyncIterable
will now output an object that's both an AsyncIterator
and an AsyncIterable
. Both helpers will now use a polyfill for Symbol.asyncIterator
to improve compatibility with the Hermes engine and Babel transpilation
Submitted by @kitten (See #165)