forked from kadirahq/flow-router
-
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
Description
Are there any typescript type definitions?
- I only found one for kadira:flow-router
- the Meteor framework has good typescript support, so it would be nice if this package would also support it.
how this could be done:
- I didn't see any jsDoc comments in your code but in case you have them somewhere, typescript could generate a .d.ts file from it, otherwise it shouldn't be much effort to do this by hand from your documentation.
- as far as I know Atmosphere packages are not supported to contain the typescript definitions, thus one would need to do it the same way like Meteor and create a repository for it in https://github.com/DefinitelyTyped
afrokick and guncebektas