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!
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!