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
fix: allow non-string-indexed types to be passed to Tween constructor in TypeScript
This doesn't really improve the types in the internal Tween.js' implementation (that still needs work as there's lots of `any` floating around in there), but this at least lifts a restriction on the outside API for end users.
fixes#554
0 commit comments