cyclejs-community / cyclic-router

Router Driver built for Cycle.js
MIT License
109 stars 24 forks source link

Export RouterSource #191

Closed jvanbruegge closed 7 years ago

jvanbruegge commented 7 years ago

It is common for Typescript users to declare their sources as an interface. Currently we have to type it any. This allows to use the actual RouterSource type

ntilwalli commented 7 years ago

@jvanbruegge Released. Thanks for the PR.