UNPKG
@flowlab/event
Version:
latest (1.0.0)
1.0.0
FlowLab event-driven system
@flowlab/event
/
dist
/
event
/
src
/
api
/
emitEvents.d.ts
3 lines
(2 loc)
•
138 B
TypeScript
View Raw
1
2
3
import
{
EventBus
}
from
'../bus/EventBus'
;
export
declare
function
emitEvent
(
event
:
string
,
payload
:
any
,
bus
:
EventBus
):
Promise
<
void
>;