Skip to content

Commit 399e85b

Browse files
authored
Update TypeScript 4.1.md
1 parent ac94ba1 commit 399e85b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/documentation/ko/release-notes/TypeScript 4.1.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,7 @@ setVerticalAlignment("middel");
1919
```
2020

2121
이것은 string 리터럴 타입이 기본적으로 string 값에 대해 맞춤법 검사를 할 수 있다는 점에서 꽤 괜찮습니다.
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
3422
또한 매핑된 타입에서 프로퍼티 이름으로서 string 리터럴을 사용할 수 있다는 점에서도 장점을 가집니다.
35-
3623
이러한 면에서, string 리터럴을 건축 블럭(building blocks)들처럼 사용할 수 있습니다.
3724

3825
```ts

0 commit comments

Comments
 (0)