agiledigital / typed-redux-saga

An attempt to bring better TypeScript typing to redux-saga.
MIT License
315 stars 33 forks source link

takeMaybe on a Channel should include END in return type #664

Open willfrew opened 2 years ago

willfrew commented 2 years ago

As per the docs for takeMaybe, when called on a Channel, it can return END.