mondaycom / monday-sdk-js

Node.js and JavaScript SDK for developing over the monday.com platform
https://monday.com
MIT License
87 stars 39 forks source link

Add return typedef for MondayClientSdk#listen #137

Closed grahhnt closed 7 months ago

grahhnt commented 9 months ago

MondayClientSdk#listen has a void return type in types/client-data.interface.ts but returns an unlisten function in src/client.js.

This change fixes that and adds JSDoc explaining it