questions/00116-medium-replace/README.ko.md
문자열 S에서 From를 찾아 한 번만 To로 교체하는 Replace<S, From, To>를 구현하세요.
예시:
type replaced = Replace<'types are fun!', 'fun', 'awesome'> // expected to be 'types are awesome!'
<a href="../../README.ko.md" target="_blank"></a> <a href="https://tsch.js.org/116/answer/ko" target="_blank"></a> <a href="https://tsch.js.org/116/solutions" target="_blank"></a> <!--info-footer-end-->