questions/00108-medium-trim/README.ja.md
文字列を受け取り、両端の空白を削除した新しい文字列を返す Trim<T> を実装します。
例えば
type trimmed = Trim<' Hello World '> // expected to be 'Hello World'
<a href="../../README.ja.md" target="_blank"></a> <a href="https://tsch.js.org/108/answer/ja" target="_blank"></a> <a href="https://tsch.js.org/108/solutions" target="_blank"></a> <hr><h3>関連する課題</h3><a href="https://github.com/type-challenges/type-challenges/blob/main/questions/00106-medium-trimleft/README.ja.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-->