questions/00119-medium-replaceall/README.md
Implement ReplaceAll<S, From, To> which replace the all the substring From with To in the given string S
For example
type replaced = ReplaceAll<'t y p e s', ' ', ''> // expected to be 'types'
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/119/answer" target="_blank"></a> <a href="https://tsch.js.org/119/solutions" target="_blank"></a> <!--info-footer-end-->