UNPKG
ngraph.hde
Version:
latest (1.0.1)
1.0.1
1.0.0
High dimensional embedding of a graph
github.com/anvaka/ngraph.hde
anvaka/ngraph.hde
ngraph.hde
/
demo
/
src
/
lib
/
bus.js
5 lines
(3 loc)
•
85 B
JavaScript
View Raw
1
2
3
4
5
import
eventify
from
'ngraph.events'
;
const
bus =
eventify
({});
export
default
bus;