tc39 / proposal-async-iterator-helpers

Methods for working with async iterators in ECMAScript
https://tc39.es/proposal-async-iterator-helpers/
95 stars 3 forks source link

Add back deleted examples #13

Open karlhorky opened 9 months ago

karlhorky commented 9 months ago

Hi, thanks for this extra proposal repo! I was not up to date that this was split into a separate proposal.

I added an example back in 2021 to show that these proposals can be (in simple cases) used as a replacement for the npm package p-map by @sindresorhus (33M weekly downloads) and similar