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
I'm sorry to hear that, thank you for your efforts though, it really helped
me in a pinch. I'll try to find a better alternative once I get to know
typedoc better
Search terms
tuple
Expected Behavior
Should preserve names and container type, e.g. display the destructured tuple type as
[start, end]: [start: number, end: number]
Actual Behavior
Treats the tuple as an object with numbered keys, displaying it like this
Steps to reproduce the bug
Environment
The text was updated successfully, but these errors were encountered: