UNPKG
custom-app-event
Version:
latest (0.0.4)
0.0.4
基于typescript, 实现一个简单的event库,快速集成发布订阅模式
custom-app-event
/
dist
/
index.d.ts
2 lines
(1 loc)
•
43 B
TypeScript
View Raw
1
2
export
{
AppEvent
}
from
'./custom_event'
;