stomp-js / stomp-websocket

Stomp client for Web browsers and node.js apps
https://stomp-js.github.io/stomp-websocket/
Apache License 2.0
141 stars 36 forks source link

reconnect_delay missing from types #42

Closed jmls closed 6 years ago

jmls commented 6 years ago

Looks like the reconnect_delay option is not present in the @types/stompjs

kum-deepak commented 6 years ago

Not sure if this helps, please check https://github.com/stomp-js/stomp-websocket/blob/master/index.d.ts#L21

kum-deepak commented 6 years ago

By the way, are you trying to use types from definitely typed?

This project distributes types as part of the npm package, which is kept up to date.