x-cubed / event-store-client

JS client library for connecting to Event Store over TCP/IP
The Unlicense
71 stars 24 forks source link

Add explicit types to onDropped callback #29

Closed jwulf closed 6 years ago

jwulf commented 6 years ago

Currently the typing file fails when noImplicitAny is set to true. This patch makes the any type explicit in the onDropped callbacks.

x-cubed commented 6 years ago

Cool, thanks for the contribution.