questions/02070-medium-drop-char/README.md
Drop a specified char from a string.
For example:
type Butterfly = DropChar<' b u t t e r f l y ! ', ' '> // 'butterfly!'
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/2070/answer" target="_blank"></a> <a href="https://tsch.js.org/2070/solutions" target="_blank"></a> <hr><h3>Related Challenges</h3><a href="https://github.com/type-challenges/type-challenges/blob/main/questions/02059-hard-drop-string/README.md" target="_blank"></a> <!--info-footer-end-->