Closed earthlyreason closed 3 years ago
You're absolutely right, @gavinpc-mindgrub! Have updated the sigs and also switched to the more general ISubscription
interface as return type (even though currently everything is pretty much a subclass of Subscription
only)...
Many thanks @postspectacular!
According to the docstring for metaStream:
So shouldn't the
factory
type herehttps://github.com/thi-ng/umbrella/blob/fe6cee7534b8534ee97aa52b159979dba6b90461/packages/rstream/src/metastream.ts#L108
allow nullish values:
Currently, usages like this
get an error like this