piotrwitek / typesafe-actions

Typesafe utilities for "action-creators" in Redux / Flux Architecture
https://codesandbox.io/s/github/piotrwitek/typesafe-actions/tree/master/codesandbox
MIT License
2.41k stars 98 forks source link

Handle array of types in isOfType #86

Closed paszkowskiDamian closed 5 years ago

paszkowskiDamian commented 6 years ago

It is PR implementing new API proposed in issue #85. API of isOfType has been extended to accept also an array of types as redux-observable operator ofType. It does not introduce any baking changes.

Extra checklist:

For bugfixes:

For new feature: