-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Static Land style API #285
Comments
I'm not sure how to get this to work with operators that work on Streams and MemoryStreams. I see a few different options.
I think 3 should work fine given |
Just realised Typescript already has pattern matching for types, function overloads!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey guys,
[email protected]
moved away from a method chaining API to a more static land style API which means it doesn't gel very well with xstream anymore. Would you be opposed to exporting all of operator methods as static functions curried in their stream argument? Right now I have a little helper file that re-exports methods as needed.e.g.
The text was updated successfully, but these errors were encountered: