Is there currently anyway to concatenate two or more string literal types to a single string literal type in TypeScript right now?
First of all, let me make it clear that what I’m looking isn’t a union type but a straight up concatenation i.e "Hel" + "lo" = "Hello"
but for string literal types
Is there currently anyway to concatenate two or more string literal types to a single string literal type in TypeScript right now?
First of all, let me make it clear that what I’m looking isn’t a union type but a straight up concatenation i.e "Hel" + "lo" = "Hello"
but for string literal types