UNPKG

@motorcycle/router

Version:

Standard Router Driver for Motorcycle.js

9 lines 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var RouterSource_1 = require("./RouterSource"); function Router(sinks) { var router = new RouterSource_1.RouterSource(sinks.history$, []); return { router: router }; } exports.Router = Router; //# sourceMappingURL=Router.js.map