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