| ▲ | antipurist 20 hours ago | |
It's simple, and it doesn't work as `Exclude` only applies to union types. For type `string` it just returns the same type `string`. | ||
| ▲ | phpnode 19 hours ago | parent [-] | |
yup, it's not possible to do it safely with a simple unparameterised type: https://www.typescriptlang.org/play/?#code/C4TwDgpgBAcg9gOwK... | ||