@cto.af/pcap-ng-parser
    Preparing search index...

    Type Alias EventCallback<T>

    EventCallback: ((evt: T) => void) | { handleEvent(evt: T): void } | null

    Type Parameters

    • T