We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1a0ee90
CHANGELOG: 4.6.0 (c729d23)
readme: update link to Array#extras (#343) (b06a217)
[FEA] Add AsyncIterable switchMap (#340) (7b7d493), closes #340 #244
switchMap
flatMap enumerates inner sequences in parallel
flat enumerates inner sequences in parallel
feat(concatmap.ts): add concatMap implementation