IOTConnect-Web/node_modules/mqtt/build/lib/handlers/auth.d.ts
2024-05-09 09:49:52 +08:00

4 lines
111 B
TypeScript

import { PacketHandler } from '../shared';
declare const handleAuth: PacketHandler;
export default handleAuth;