dphilipson / typescript-fsa-reducers

Fluent syntax for defining typesafe reducers on top of typescript-fsa.
MIT License
220 stars 16 forks source link

Change type definitions to allow passing undefined as state to a reducer #22

Closed amc6 closed 6 years ago

amc6 commented 6 years ago

See https://github.com/dphilipson/typescript-fsa-reducers/issues/21

As far as I can tell there's no downside to making this change, but let me know if I've missed something.

dphilipson commented 6 years ago

Looks good to me, thank you very much for the contribution!