mfucci / node-matter

Matter protocol client / server for node.js
Apache License 2.0
119 stars 10 forks source link

Fix ClusterServer typing #225

Closed mfucci closed 1 year ago

mfucci commented 1 year ago

This should prevent future bugs in the code.

The fix required to make explicit generic parameters typing one level deeper.