UNPKG

mqtt-match

Version:

Match mqtt formatted topic strings to strings

5 lines (4 loc) 144 B
declare module "mqtt-match" { function match(filter: string, topic: string, handleSharedSubscription?: boolean): boolean; export = match; }