Anubi
Results
2
comments of
Anubi
I do not understand the PRO with this union type: a union between a enum and a string, is a string. When using this type I'll always have to manage...
> The scope of the type PreferredLanguageEnum | (string & INonEmptyStringTag) is the same of (string & INonEmptyStringTag) but it allow to discriminate on Typescript code execution path for the...