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.
[x] Rebase before creating a PR to keep commit history clean
[x] Clear node_modules and reinstall all the dependencies: npm run reinstall
[x] Run checker npm script: npm run check
Extra checklist:
[x] Always add some description and refer to all the related issues using # tag
For bugfixes:
[ ] Add at least one unit test to cover the bug that have been fixed
It is PR implementing new API proposed in issue #85. API of
isOfType
has been extended to accept also an array of types asredux-observable
operatorofType
. It does not introduce any baking changes.npm run reinstall
npm run check
Extra checklist:
#
tagFor bugfixes:
For new feature: