UNPKG
@motorcycle/router
Version:
latest (6.1.1)
6.1.1
6.1.0
6.0.0
5.1.0
5.0.0
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.1.0
3.0.0
2.2.0
2.1.0
2.0.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Standard Router Driver for Motorcycle.js
github.com/motorcyclejs/router
motorcyclejs/router
@motorcycle/router
/
lib.es2015
/
Router.js
6 lines
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
RouterSource
}
from
'./RouterSource'
;
export
function
Router
(
sinks
) {
var
router =
new
RouterSource
(sinks.
history$
, []);
return
{
router
: router }; }
//# sourceMappingURL=Router.js.map