vanilla-ui-router icon indicating copy to clipboard operation
vanilla-ui-router copied to clipboard

No Type Definitions

Open ebi-igweze opened this issue 7 years ago • 3 comments

I've searched for type definitions both on npm and tsd but can't find. Are there any type definitions for vanilla-ui-router?

ebi-igweze avatar Apr 10 '17 22:04 ebi-igweze

Hey, thanks for trying vanilla-ui-router. This project is written in pure vanilla ES6 JavaScript to stay as simple as possible. So there are no type definitions in JavaScript. Feel free to fork this project.

René

reneviering avatar Apr 11 '17 05:04 reneviering

@nicolaisueper added some type definitions in his pull request https://github.com/micromata/vanilla-ui-router/pull/12/files. To separate the vanilla-ui-router ES6 code base from the type definitions it would be a good fit to put them to DefinitlyTyped.

I'm not a typescript pro, so pull requests are very welcome. Otherwise maybe I find the time to add it in the near future.

reneviering avatar Apr 15 '17 11:04 reneviering

I'll do this until sunday ^^

nicolaisueper avatar Apr 15 '17 11:04 nicolaisueper