UNPKG
ebus-light
Version:
latest (1.0.0)
1.0.0
0.0.2
0.0.1
轻量级的 Event Bus
novlan1.github.io/docs/plugin-light/zh/ebus-light.html
novlan1/plugin-light
ebus-light
/
types
/
index.d.ts
4 lines
(3 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
export
{
default
as
mitt }
from
'./mitt'
;
export
{ bus,
default
as
eventBus }
from
'./ebus'
;
export
*
from
'./mitt'
;