UNPKG
@anvaka/streamlines
Version:
latest (1.6.0)
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Streamlines calculator
github.com/anvaka/streamlines
anvaka/streamlines
@anvaka/streamlines
/
demo
/
src
/
bus.js
5 lines
•
147 B
JavaScript
View Raw
1
2
3
4
5
/** * This is a simple way to pass messages between application components. */
import eventify
from
'ngraph.events'
;
export
default
eventify
(
{}
)
;