MyUncapitalize

Easy

Implement MyUncapitalize which makes the first letter of a string lowercase.

Examples:

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