vtils

Home > utils > EventBusListener

EventBusListener type

Signature:

export declare type EventBusListener<TCallback extends (...args: any[]) => any = (...args: any[]) => any> = TCallback & {
    __EVENT_BUS_TAG__?: EventBusListenerTag;
};

References: EventBusListenerTag