questions/00108-medium-trim/README.md
Implement Trim<T> which takes an exact string type and returns a new string with the whitespace from both ends removed.
For example
type trimmed = Trim<' Hello World '> // expected to be 'Hello World'
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/108/answer" target="_blank"></a> <a href="https://tsch.js.org/108/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/04803-medium-trim-right/README.md" target="_blank"></a> <!--info-footer-end-->