xstream
xstream copied to clipboard
Make empty() and never() have Stream<never> type
Updated typings so that empty()
and never()
have Stream<never>
type, instead of Stream<any>
type.
This pull request addresses https://github.com/staltz/xstream/issues/281. Since there are no other opinions over a half year, I've sent a PR as an advanced step of the proposal.
@staltz If you are against for the changes, please feel free to close this 🙏
~~The CI fails due to integration check. Please see #288 first.~~
-> merged, rebased, and passed!