UNPKG
biodome
Version:
latest (0.7.0)
0.7.0
0.6.0
0.0.2
0.0.1
Home automation you can live with
github.com/andrewk/biodome
andrewk/biodome
biodome
/
lib
/
commandStream.js
6 lines
(4 loc)
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
import
most
from
'most'
;
export
default
function
commandStream
(
eventBus
) {
return
most.
fromEvent
(
'command'
, eventBus); }