ts2jsdoc
ts2jsdoc copied to clipboard
feature request: support for `@event`
hey there, thanks for this project, its been really useful in the official node Slack API clients.
My use case is that the RTMClient class is an EventEmitter and I'd like each of its events documented. JSDoc provides the @event tag for this purpose, but ts2jsdoc ignores it.