Replies: 1 comment
-
In TypeScript, one can simply rename it within the import statement: import {aggregate as collect} from 'iter-ops' Therefore, closing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should we rename operator aggregate to
collect
?These are just synonyms in the context of this library, both are semantically correct.
Here's some context, to better understand what's behind values aggregation.
Beta Was this translation helpful? Give feedback.
All reactions