mqtt-match Match mqtt formatted topic strings to strings, e.g. foo/+ should match foo/bar. Usage const match = require('mqtt-match') console.log(match('foo/+', 'foo/bar')) // true License MIT