MyUppercase
EasyImplement MyUppercase which converts a string literal type to uppercase.
TypeScript•UTF-8
Run your code to see results.
Click the Run button above
MyUppercase
EasyImplement 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.