Closed wclr closed 4 years ago
This would allow such things without typing issues:
declare const $some: Stream<number> | undefined ($some || xs.empty<number>()).map(x => -x)
Thanks!
@staltz will you publish this? seems not breaking)
Thanks for the reminder. 11.13.0 is out :+1:
This would allow such things without typing issues: