You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would a PR to convert this to Typescript be accepted?
I am trying to refactor MQTT.js, and I am running into trouble because of the massive client options object, which goes from containing pieces of require('url').parse output to being used as the prototype of connect packet.
Having small atomic interfaces for the parameters to connect, publish, etc would be useful.
The text was updated successfully, but these errors were encountered:
I'm the main maintainer of this module and my TS skill is not great. Moving the project to TS will make impossible for me to keep maintaining this project.
Would a PR to convert this to Typescript be accepted?
I am trying to refactor MQTT.js, and I am running into trouble because of the massive client options object, which goes from containing pieces of
require('url').parse
output to being used as the prototype of connect packet.Having small atomic interfaces for the parameters to connect, publish, etc would be useful.
The text was updated successfully, but these errors were encountered: