MyLowercase

Easy

Implement MyLowercase which converts a string literal type to lowercase.

Examples:

Input 1: type Result = MyLowercase<"HELLO">
Output 1: "hello"
Output
Run your code to see results.