Search
Preparing search index...
The search index is not available
@dekkai/event-emitter - v1.1.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
@dekkai/event-emitter - v1.1.0
Index
Classes
Event
Emitter
Type aliases
Event
Callback
Type aliases
Event
Callback
Event
Callback
:
(
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
Globals
Event
Emitter
Event
Callback
Generated using
TypeDoc
Callbacks registered with this event emitter must follow this signature.