questions/00116-medium-replace/README.md
Implement Replace<S, From, To> which replace the string From with To once in the given string S
For example
type replaced = Replace<'types are fun!', 'fun', 'awesome'> // expected to be 'types are awesome!'
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/116/answer" target="_blank"></a> <a href="https://tsch.js.org/116/solutions" target="_blank"></a> <!--info-footer-end-->