You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm using double.js as a dev dependency for testing this module. It works great, except that it needs some tweaks to be usable with typescript. Since the package hasn't been updated for a while I'm creating this issue to suggest a major upgrade, that would address the following :
Improve module build and resolution (ESM/CJS, emit declaration file for typescript and intellisense)
Fix typescript issues
hi/lo props need to be definitely assigned in the constructor
method argument types and return types need to match the implementation
Hey, I'm using double.js as a dev dependency for testing this module. It works great, except that it needs some tweaks to be usable with typescript. Since the package hasn't been updated for a while I'm creating this issue to suggest a major upgrade, that would address the following :