eonarheim / TypeState

A strongly typed finite state machine for TypeScript
http://eonarheim.github.io/TypeState/example/
BSD 2-Clause "Simplified" License
272 stars 29 forks source link

patch(ts): remove `?` from callback signatures #39

Closed AndersCan closed 4 years ago

AndersCan commented 4 years ago

Fixes https://github.com/eonarheim/TypeState/issues/38

eonarheim commented 4 years ago

@AndersCan Thanks for the contribution!