Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#38338·type-challenges

43 - Exclude

Author: VarunMendreCreated Sep 6, 2026Updated Sep 6, 2026
Labelsansweren43
type MyExclude<T, U> = T extends U ? never : T;

Source: type-challenges/type-challenges

View original on GitHubView discussion on GitHub