Node USB
    Preparing search index...

    Interface EventListeners<T>

    interface EventListeners<T> {
        newListener: keyof T;
        removeListener: keyof T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index
    newListener: keyof T
    removeListener: keyof T