itiriri-async
itiriri-async copied to clipboard
A library for asynchronous iteration.
Results
2
itiriri-async issues
Sort by
recently updated
recently updated
newest added
When installing production-only dependencies for our app, we use `npm install --production`, which does not install devDependencies neither for our app or any of our app's dependencies such as `itiriri-async`....
The type of `.map()` is ```typescript (selector: (x: T) => S): AsyncIterableQuery ``` but I would have expected ```typescript (selector: (x: T) => Promise): AsyncIterableQuery ``` allowing the transformation of...