This website works better with JavaScript.
Explore
Help
Register
Sign In
lifei
/
water-sys
Watch
1
Star
0
Fork
You've already forked water-sys
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73
Commits
2
Branches
0
Tags
31 MiB
Java
100%
Tree:
46aede5804
main
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '46aede5804'
${ noResults }
water-sys
/
app
/
utils
/
eventBus.ts
2 lines
83 B
Raw
Blame
History
import
{
EventEmitter
}
from
'events'
;
export
const
eventBus
=
new
EventEmitter
(
)
;
Reference in new issue
Copy Permalink