Skip to content

Commit 6a23f22

Browse files
committed
라인 동일하게 설정
1 parent 7912419 commit 6a23f22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: pages/release-notes/typescript-4.0.md

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function concat<A1, B1, C1, D1, E1, F1, A2>(arr1: [A1, B1, C1, D1, E1, F1], arr2
5555
이것이 지나치다는 것이 분명해지기를 바랍니다.
5656
안타깝게도, `tail`과 같은 함수를 타이핑할 때 이와 같은 비슷한 종류의 문제에 직면하게 될 것입니다.
5757

58-
5958
이것은 "천 개의 오버로드로 인한 죽음(death by a thousand overloads)"이라고 부르고 싶은 또다른 경우이며, 일반적으로 문제를 해결하지도 않습니다.
6059
우리가 작성하고자하는만큼의 오버로드에 한해서만 올바른 타입을 제공합니다.
6160
포괄적인 케이스를 만들고 싶다면, 다음과 같은 오버로드가 필요합니다.

0 commit comments

Comments
 (0)