mylesmmurphy / prettify-ts

Prettify TypeScript: Better Type Previews
https://marketplace.visualstudio.com/items?itemName=MylesMurphy.prettify-ts
MIT License
263 stars 8 forks source link

Unexpected Array unwrap #54

Open luispuig opened 1 week ago

luispuig commented 1 week ago

I will show the example with an image:

image

the type [number, number] returns all the properties of the native array method.

I am unsure if this can be handled via config or if it is a bug.

I appreciate any help you can provide.