robhogan / react-native-paho-mqtt

react-native-paho-mqtt
91 stars 32 forks source link

typescript definitions #22

Open t0nyh0 opened 6 years ago

t0nyh0 commented 6 years ago

Would be nice if there was a comprehensive typescript definition file.

Current work around is to just declare the module in a separate file so Typescript will continue to compile

react-native-paho-mqtt.d.ts

declare module 'react-native-paho-mqtt';