Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
b08c7ab1f2c359f8618bea8b0e785c14c79a16ae
HappyIslandDesigner
/
app
/
emitter.ts
下载
S
Samuel Bodin
split
71456fed
创建于
2020年4月2日
历史提交
import
{
EventEmitter
}
from
'./helpers/EventEmitter'
;
export
const
emitter
=
new
EventEmitter
();