UNPKG

@seriousme/opifex

Version:

MQTT client & server for Deno & NodeJS

8 lines 325 B
import type { Context } from "../context.ts"; /** * Handles client disconnection by clearing the will message and closing the connection * @param {Context} ctx - The connection context object * @returns {void} */ export declare function handleDisconnect(ctx: Context): void; //# sourceMappingURL=handleDisconnect.d.ts.map