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
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
With TS 3.4 it became common practice to create tuples with [a, b, c] as const. This is really convenient, however the resulting tuple is readonly. It would be awesome to add support for these readonly tuples, right now I get error readonly (something) is not assignable to any[].
The text was updated successfully, but these errors were encountered:
With TS 3.4 it became common practice to create tuples with
[a, b, c] as const
. This is really convenient, however the resulting tuple isreadonly
. It would be awesome to add support for these readonly tuples, right now I get errorreadonly (something) is not assignable to any[]
.The text was updated successfully, but these errors were encountered: