Dogstudio / highway

Highway - A Modern Javascript Transitions Manager

Home Page:https://highway.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add index.d.ts file for better IDE typehinting

jakewhiteley opened this issue · comments

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!