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