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
@louwers Adding a type annotation will test assignability, not type equality or the display of the type (which is also part of the usability of the library, see The Display of Types). Assignability is particularly problematic when any types enter the mix.
A new way to test types
Effective TypeScript: A new way to test types
https://effectivetypescript.com/2022/05/28/eslint-plugin-expect-type/
The text was updated successfully, but these errors were encountered: