zeed
    Preparing search index...

    Type Alias EmitterAllHandler<T>

    EmitterAllHandler: (key: T, ...objs: any[]) => void

    Type Parameters

    • T = string

    Type Declaration

      • (key: T, ...objs: any[]): void
      • Parameters

        • key: T
        • ...objs: any[]

        Returns void