Match mqtt formatted topic strings to strings
const match = require('mqtt-match')
console.log(match('foo/+', 'foo/bar'))
// true
filter
(string) - mqtt filter topic, e.g.foo/+/bar
topic
(string) - topic string, e.g.foo/314/bar
handleSharedSubscription
(boolean) - set to true if handling$share/
filter topics
MIT