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

4 lines
111 B
TypeScript
Raw Normal View History

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