Node USB
    Preparing search index...

    Interface EventListeners<T>

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

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    newListener: keyof T
    removeListener: keyof T