Skip to content
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

feat: add never and empty <T = any> param #307

Merged
merged 2 commits into from
Jul 22, 2020
Merged

Conversation

wclr
Copy link
Contributor

@wclr wclr commented Jul 22, 2020

This would allow such things without typing issues:

declare const $some: Stream<number> | undefined

($some || xs.empty<number>()).map(x => -x)

This would allow such things without typing issues:
```ts
declare const $some: Stream<number> | undefined

($some || xs.empty<number>()).map(x => -x)
```
src/index.ts Outdated Show resolved Hide resolved
@staltz staltz merged commit f448148 into staltz:master Jul 22, 2020
@staltz
Copy link
Owner

staltz commented Jul 22, 2020

Thanks!

@wclr
Copy link
Contributor Author

wclr commented Sep 7, 2020

@staltz will you publish this? seems not breaking)

@staltz
Copy link
Owner

staltz commented Sep 7, 2020

Thanks for the reminder. 11.13.0 is out 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants