@qualithm/mqtt-wire - v0.1.5
    Preparing search index...

    Type Alias PacketOfType<T>

    PacketOfType: Extract<MqttPacket, { type: T }>

    Extract packet type for a given packet type constant.

    Type Parameters

    • T extends PacketType

      The packet type constant to extract.