IOTConnect-Web/node_modules/mqtt/build/lib/handlers/pubrel.d.ts

4 lines
115 B
TypeScript
Raw Normal View History

2024-05-09 01:49:52 +00:00
import { PacketHandler } from '../shared';
declare const handlePubrel: PacketHandler;
export default handlePubrel;