Skip to content

Commit b98bf18

Browse files
bumkeyydvlprsh
andauthored
Update docs/documentation/ko/handbook-v2/Type Manipulation/Conditional Types.md
Co-authored-by: Seohee Park <[email protected]>
1 parent 3423817 commit b98bf18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/ko/handbook-v2/Type Manipulation/Conditional Types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ permalink: /ko/docs/handbook/2/conditional-types.html
55
oneline: "타입 시스템에서 if문 처럼 동작하는 타입 생성하기."
66
---
77

8-
대부분 유용한 프로그램의 핵심은, 입력에 따라 결정할 수 있어야 합니다.
9-
JavaScript 프로그램도 비슷하게 값들이 쉽게 검토될 수 있다는 사실을 고려할 때, 이러한 결정들 또한 입력에 한 종류로 볼 수 있습니다.
8+
대부분 유용한 프로그램의 핵심은, 입력에 따라 출력이 결정되어야 한다는 것입니다.
9+
JavaScript 프로그램도 크게 다르진 않지만, 값의 타입을 쉽게 검사할 수 있다는 사실을 고려할 때, 출력에 대한 결정은 또한 입력의 타입에도 기반합니다.
1010
_조건부 타입_ 은 입력과 출력 타입간의 관계를 설명하는 데 도움을 줄 수 있습니다.
1111

1212
```ts twoslash

0 commit comments

Comments
 (0)