MyUppercase

Easy

Implement MyUppercase which converts a string literal type to uppercase.

Examples:

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