router.js
router.js copied to clipboard
Expose RouterJS' TypeScript types publicly
The types for public interfaces should be exposed publicly to users who want to consume the types in their application, e.g. EmberJS users.
For example, the Ember Router class method didTransition
has parameters that are passed in on invocation
https://github.com/tildeio/router.js/blob/73d6a7f5ca6fba3cfff8460245fb5a3ceef8a2b5/lib/router/handler-info.ts#L324
These types are not defined in the Ember JS typings and it's currently not easy to just install and import the router_js types EDIT: #238 seems like it be related to the issues encountered with importing
Any interest in resolving this issue?
yes! :)