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
TypeScript 4.6.2 supports Array.prototype.at, unfortunately its behavior is not consistent with array[number], see microsoft/TypeScript#47660
I propose a strongly-typed version of Array.prototype.at, at least support -1 on tuple.
The text was updated successfully, but these errors were encountered:
TypeScript 4.6.2 supports
Array.prototype.at
, unfortunately its behavior is not consistent witharray[number]
, see microsoft/TypeScript#47660I propose a strongly-typed version of
Array.prototype.at
, at least support-1
on tuple.The text was updated successfully, but these errors were encountered: