xstream icon indicating copy to clipboard operation
xstream copied to clipboard

Make empty() and never() have Stream<never> type

Open ryota-ka opened this issue 5 years ago • 1 comments

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 🙏

ryota-ka avatar Dec 19 '19 12:12 ryota-ka

~~The CI fails due to integration check. Please see #288 first.~~

-> merged, rebased, and passed!

ryota-ka avatar Dec 19 '19 13:12 ryota-ka