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

4 lines
103 B
TypeScript
Raw Normal View History

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