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
Thanks, I made an update to the utils, adding a new util Alike.
Equal refers to "Strictly equal" while Alike refers to "Strcuturely equal". So in this case Expect<Alike<A, B & C>> would be true while Expect<Equal<A, B & C>> will still fail.
microsoft/TypeScript#27024 (comment)
Is there any negative case
T
thatT extends A
different fromT extends B & C
?The text was updated successfully, but these errors were encountered: