You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add support for custom collections/streams (Observable, fetch, etc.). Some can be built-in as optional dependencies, but there should be also a way for the user to add custom overloads.
I want to add support for custom collections/streams (Observable, fetch, etc.). Some can be built-in as optional dependencies, but there should be also a way for the user to add custom overloads.
Something like this:
So when reduce() is issued, before jumping straight to enumerating keys in objects, we would first check if there was defined a custom overload.
I'd like to first take care of Fugazi, so if anyone wants to do this, fork ahead.
The text was updated successfully, but these errors were encountered: