Dogstudio / highway

Highway - A Modern Javascript Transitions Manager
https://highway.js.org/
MIT License
1.43k stars 92 forks source link

Add index.d.ts file for better IDE typehinting #110

Closed jakewhiteley closed 2 years ago

jakewhiteley commented 3 years ago

Hi,

I store my global instance of Highway.Core in an object and would like to be able to typehint it in my IDE using /** @type {?Highway} **/ or similar for better code completion.

If you could add typescript definitions to the package, that would be very handy!