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