@seriousme/opifex
Version:
MQTT client & server for Deno & NodeJS
9 lines • 355 B
TypeScript
import type { Context } from "../context.ts";
import { type ConnectPacket } from "../deps.ts";
/**
* Handles the MQTT CONNECT packet
* @param ctx - The connection context
* @param packet - The MQTT CONNECT packet to handle
*/
export declare function handleConnect(ctx: Context, packet: ConnectPacket): void;
//# sourceMappingURL=handleConnect.d.ts.map