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
Uh oh, I've been testing my prototype and it seems to not handle the obvious case when there is only one operator 😅 No matter, I think it's an easy fix though
I know it's unlikely for someone to use 9+ operators in a pipe... but this is really bugging me...
pipe.ts' typings
seems pretty huge, redundant, and unnecessary, and I want to help reduce it so:I made a simple prototype with this working in this gist (updated)
Currently, it takes in any amount of unary functions, and does the following:
Thoughts, anyone?
Let me know if this can be possibly added.
The text was updated successfully, but these errors were encountered: