questions/00110-medium-capitalize/README.md
Implement Capitalize<T> which converts the first letter of a string to uppercase and leave the rest as-is.
For example
type capitalized = Capitalize<'hello world'> // expected to be 'Hello world'
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/110/answer" target="_blank"></a> <a href="https://tsch.js.org/110/solutions" target="_blank"></a> <!--info-footer-end-->