dbusjs / node-dbus-next

🚌 The next great dbus library for node
https://www.npmjs.com/package/dbus-next
155 stars 52 forks source link

Add export of MessageBus to match types.d.ts #113

Open simonvpe opened 1 year ago

simonvpe commented 1 year ago

The MessageBus class is declared as exported in the types.d.ts file, but in reality it is not exported in the index.js file. This causes weird and hard to troubleshoot errors when trying to extend the MessageBus class in typescript.