The Uppercase function will uppercase string literals.
Example usage is shown below.
const T = Type.Literal('hello') const S = Type.Uppercase(T) // const S: TLiteral<'HELLO'>