Options
All
  • Public
  • Public/Protected
  • All
Menu

@dekkai/event-emitter - v1.1.0

Index

Classes

Type aliases

Type aliases

EventCallback

EventCallback: (type: string | symbol, ...args: any[]) => void

Callbacks registered with this event emitter must follow this signature.

Type declaration

    • (type: string | symbol, ...args: any[]): void
    • Parameters

      • type: string | symbol
      • Rest ...args: any[]

      Returns void

Generated using TypeDoc