node-dbus-next
node-dbus-next copied to clipboard
Add export of MessageBus to match types.d.ts
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.