questions/04803-medium-trim-right/README.md
Implement TrimRight<T> which takes an exact string type and returns a new string with the whitespace ending removed.
For example:
type Trimmed = TrimRight<' Hello World '> // expected to be ' Hello World'
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/4803/answer" target="_blank"></a> <a href="https://tsch.js.org/4803/solutions" target="_blank"></a> <hr><h3>Related Challenges</h3><a href="https://github.com/type-challenges/type-challenges/blob/main/questions/00106-medium-trimleft/README.md" target="_blank"></a> <a href="https://github.com/type-challenges/type-challenges/blob/main/questions/00108-medium-trim/README.md" target="_blank"></a> <!--info-footer-end-->