obs-websocket-community-projects / obs-websocket-js

Consumes https://github.com/obsproject/obs-websocket
MIT License
661 stars 95 forks source link

add error event to types #217

Open czenker opened 3 years ago

czenker commented 3 years ago

Related Issue: #203

The "error" event is highly recommended in the readme to add. But the event is not referenced in the type definition leading to an error when using the library with Typescript.

This patch adds the error event to the types definition.