questions/00043-easy-exclude/README.md
Implement the built-in Exclude<T, U>
Exclude from
Tthose types that are assignable toU
For example:
type Result = MyExclude<'a' | 'b' | 'c', 'a'> // 'b' | 'c'
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/43/answer" target="_blank"></a> <a href="https://tsch.js.org/43/solutions" target="_blank"></a> <!--info-footer-end-->