Skip to content

Commit 69948f1

Browse files
release 2020-09-15-20 (#194)
Co-authored-by: GitHub <[email protected]>
1 parent ad8439c commit 69948f1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+922
-916
lines changed

index.html

+14-12
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<a href="pages/tutorials/ts-for-the-new-programmer.html">
121121

122122

123-
TS for the New Programmer(en)
123+
TS for the New Programmer
124124

125125
</a>
126126

@@ -133,7 +133,7 @@
133133
<a href="pages/tutorials/ts-for-js-programmers.html">
134134

135135

136-
TS for JS Programmers(en)
136+
TS for JS Programmers
137137

138138
</a>
139139

@@ -159,7 +159,7 @@
159159
<a href="pages/tutorials/ts-for-functional-programmers.html">
160160

161161

162-
TS for Functional Programmers(en)
162+
TS for Functional Programmers
163163

164164
</a>
165165

@@ -244,7 +244,7 @@
244244
<a href="pages/literal-types.html">
245245

246246

247-
리터럴 타입(en)
247+
리터럴 타입
248248

249249
</a>
250250

@@ -257,7 +257,7 @@
257257
<a href="pages/unions-and-intersections.html">
258258

259259

260-
유니언과 교차 타입(en)
260+
유니언과 교차 타입
261261

262262
</a>
263263

@@ -583,7 +583,7 @@
583583
<a href="pages/tutorials/babel-with-typescript.html">
584584

585585

586-
TypeScript와 Babel 사용하기(en)
586+
TypeScript와 Babel 사용하기
587587

588588
</a>
589589

@@ -870,7 +870,7 @@
870870
<a href="pages/intro-to-js-with-ts.html">
871871

872872

873-
JavaScript에 TypeScript 적용하기(en)
873+
JavaScript에 TypeScript 적용하기
874874

875875
</a>
876876

@@ -909,7 +909,7 @@
909909
<a href="pages/declaration-files/creating-dts-files-from-js.html">
910910

911911

912-
.js 파일에서 d.ts 파일 만들기(en)
912+
.js 파일에서 d.ts 파일 만들기
913913

914914
</a>
915915

@@ -994,7 +994,7 @@
994994
<a href="pages/configuring-watch.html">
995995

996996

997-
configuring-watch (en)
997+
configuring-watch
998998

999999
</a>
10001000

@@ -1062,7 +1062,7 @@ <h1>
10621062

10631063
<h1 id="typescript-handbook-&#xD55C;&#xAE00;-&#xBB38;&#xC11C;">TypeScript-Handbook &#xD55C;&#xAE00; &#xBB38;&#xC11C;</h1>
10641064
<p><a href="https://travis-ci.com/github/typescript-kr/typescript-kr.github.io" target="_blank"><img src="https://api.travis-ci.com/typescript-kr/typescript-kr.github.io.svg?branch=master" alt="Build Status"></a> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
1065-
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-37-orange.svg?style=flat-square" alt="All Contributors"></a>
1065+
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-39-orange.svg?style=flat-square" alt="All Contributors"></a>
10661066
<!-- ALL-CONTRIBUTORS-BADGE:END -->
10671067
<a href="https://github.com/typescript-kr/typescript-kr.github.io/releases" target="_blank"><img src="https://img.shields.io/github/release-date/typescript-kr/typescript-kr.github.io" alt="Release Date"></a><!-- RELEASE-DATE-BADGE:END -->
10681068
<a href="https://github.com/typescript-kr/typescript-kr.github.io/stargazers" target="_blank"><img src="https://img.shields.io/github/stars/typescript-kr/typescript-kr.github.io" alt="Stars"></a><!-- STARS-BADGE:END --></p>
@@ -1125,6 +1125,8 @@ <h2 id="&#xCEE8;&#xD2B8;&#xB9AC;&#xBDF0;&#xD130;-&#xBAA9;&#xB85D;-&#x2728;">&#xC
11251125
<td align="center"><a href="https://github.com/sangminK" target="_blank"><img src="https://avatars2.githubusercontent.com/u/47021861?v=4" width="80px;" alt=""><br><sub><b>sangminK</b></sub></a><br><a href="#translation-sangminK" title="Translation">&#x1F30D;</a></td>
11261126
<td align="center"><a href="https://github.com/dhyoo99" target="_blank"><img src="https://avatars0.githubusercontent.com/u/55521320?v=4" width="80px;" alt=""><br><sub><b>Yoo Dahyoung</b></sub></a><br><a href="#translation-dhyoo99" title="Translation">&#x1F30D;</a></td>
11271127
<td align="center"><a href="https://c11.kr/dyb0" target="_blank"><img src="https://avatars2.githubusercontent.com/u/27846161?v=4" width="80px;" alt=""><br><sub><b>annkimm</b></sub></a><br><a href="#translation-annkimm" title="Translation">&#x1F30D;</a></td>
1128+
<td align="center"><a href="https://github.com/whoo3474" target="_blank"><img src="https://avatars3.githubusercontent.com/u/23617635?v=4" width="80px;" alt=""><br><sub><b>JeongMin Woo</b></sub></a><br><a href="#translation-whoo3474" title="Translation">&#x1F30D;</a></td>
1129+
<td align="center"><a href="https://github.com/sooyun429" target="_blank"><img src="https://avatars2.githubusercontent.com/u/52682721?v=4" width="80px;" alt=""><br><sub><b>sooyun429</b></sub></a><br><a href="#translation-sooyun429" title="Translation">&#x1F30D;</a></td>
11281130
</tr>
11291131
</table>
11301132

@@ -1161,7 +1163,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
11611163

11621164

11631165

1164-
<a href="pages/tutorials/ts-for-the-new-programmer.html" class="navigation navigation-next navigation-unique" aria-label="Next page: TS for the New Programmer(en)">
1166+
<a href="pages/tutorials/ts-for-the-new-programmer.html" class="navigation navigation-next navigation-unique" aria-label="Next page: TS for the New Programmer">
11651167
<i class="fa fa-angle-right"></i>
11661168
</a>
11671169

@@ -1172,7 +1174,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
11721174
<script>
11731175
var gitbook = gitbook || [];
11741176
gitbook.push(function() {
1175-
gitbook.page.hasChanged({"page":{"title":"소개","level":"1.1","depth":1,"next":{"title":"TS for the New Programmer(en)","level":"2.1","depth":1,"path":"pages/tutorials/ts-for-the-new-programmer.md","ref":"pages/tutorials/ts-for-the-new-programmer.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["theme-darkblue","addcssjs","highlight-1","custom-favicon","forkmegithub","sitemap-general","sitemap","ga"],"pluginsConfig":{"github":{"url":"https://github.com/typescript-kr/typescript-kr.github.io"},"search":{},"addcssjs":{"js":[],"css":["assets/css/atom-one-dark.css"]},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sitemap-general":{"prefix":"https://typescript-kr.gitbooks.io/"},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-darkblue":{},"highlight":{},"favicon":"assets/images/favicon.ico","sitemap":{"hostname":"https://typescript-kr.github.io/"},"highlight-1":{},"custom-favicon":{},"ga":{"configuration":"auto","token":"UA-163809183-2"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"forkmegithub":{"color":"darkblue","url":"https://github.com/typescript-kr/typescript-kr.github.io"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"assets/css/website.css"}},"file":{"path":"README.md","mtime":"2020-09-08T11:09:52.276Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-09-08T11:11:14.122Z"},"basePath":".","book":{"language":""}});
1177+
gitbook.page.hasChanged({"page":{"title":"소개","level":"1.1","depth":1,"next":{"title":"TS for the New Programmer","level":"2.1","depth":1,"path":"pages/tutorials/ts-for-the-new-programmer.md","ref":"pages/tutorials/ts-for-the-new-programmer.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["theme-darkblue","addcssjs","highlight-1","custom-favicon","forkmegithub","sitemap-general","sitemap","ga"],"pluginsConfig":{"github":{"url":"https://github.com/typescript-kr/typescript-kr.github.io"},"search":{},"addcssjs":{"js":[],"css":["assets/css/atom-one-dark.css"]},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sitemap-general":{"prefix":"https://typescript-kr.gitbooks.io/"},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-darkblue":{},"highlight":{},"favicon":"assets/images/favicon.ico","sitemap":{"hostname":"https://typescript-kr.github.io/"},"highlight-1":{},"custom-favicon":{},"ga":{"configuration":"auto","token":"UA-163809183-2"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"forkmegithub":{"color":"darkblue","url":"https://github.com/typescript-kr/typescript-kr.github.io"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"assets/css/website.css"}},"file":{"path":"README.md","mtime":"2020-09-15T11:09:51.789Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-09-15T11:10:50.075Z"},"basePath":".","book":{"language":""}});
11761178
});
11771179
</script>
11781180
</div>

pages/advanced-types.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<a href="tutorials/ts-for-the-new-programmer.html">
123123

124124

125-
TS for the New Programmer(en)
125+
TS for the New Programmer
126126

127127
</a>
128128

@@ -135,7 +135,7 @@
135135
<a href="tutorials/ts-for-js-programmers.html">
136136

137137

138-
TS for JS Programmers(en)
138+
TS for JS Programmers
139139

140140
</a>
141141

@@ -161,7 +161,7 @@
161161
<a href="tutorials/ts-for-functional-programmers.html">
162162

163163

164-
TS for Functional Programmers(en)
164+
TS for Functional Programmers
165165

166166
</a>
167167

@@ -246,7 +246,7 @@
246246
<a href="literal-types.html">
247247

248248

249-
리터럴 타입(en)
249+
리터럴 타입
250250

251251
</a>
252252

@@ -259,7 +259,7 @@
259259
<a href="unions-and-intersections.html">
260260

261261

262-
유니언과 교차 타입(en)
262+
유니언과 교차 타입
263263

264264
</a>
265265

@@ -585,7 +585,7 @@
585585
<a href="tutorials/babel-with-typescript.html">
586586

587587

588-
TypeScript와 Babel 사용하기(en)
588+
TypeScript와 Babel 사용하기
589589

590590
</a>
591591

@@ -872,7 +872,7 @@
872872
<a href="intro-to-js-with-ts.html">
873873

874874

875-
JavaScript에 TypeScript 적용하기(en)
875+
JavaScript에 TypeScript 적용하기
876876

877877
</a>
878878

@@ -911,7 +911,7 @@
911911
<a href="declaration-files/creating-dts-files-from-js.html">
912912

913913

914-
.js 파일에서 d.ts 파일 만들기(en)
914+
.js 파일에서 d.ts 파일 만들기
915915

916916
</a>
917917

@@ -996,7 +996,7 @@
996996
<a href="configuring-watch.html">
997997

998998

999-
configuring-watch (en)
999+
configuring-watch
10001000

10011001
</a>
10021002

@@ -2127,7 +2127,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
21272127
<script>
21282128
var gitbook = gitbook || [];
21292129
gitbook.push(function() {
2130-
gitbook.page.hasChanged({"page":{"title":"고급 타입","level":"4.1","depth":1,"next":{"title":"선언 병합","level":"4.2","depth":1,"path":"pages/declaration-merging.md","ref":"pages/declaration-merging.md","articles":[]},"previous":{"title":"제네릭","level":"3.9","depth":1,"path":"pages/generics.md","ref":"pages/generics.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["theme-darkblue","addcssjs","highlight-1","custom-favicon","forkmegithub","sitemap-general","sitemap","ga"],"pluginsConfig":{"github":{"url":"https://github.com/typescript-kr/typescript-kr.github.io"},"search":{},"addcssjs":{"js":[],"css":["assets/css/atom-one-dark.css"]},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sitemap-general":{"prefix":"https://typescript-kr.gitbooks.io/"},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-darkblue":{},"highlight":{},"favicon":"assets/images/favicon.ico","sitemap":{"hostname":"https://typescript-kr.github.io/"},"highlight-1":{},"custom-favicon":{},"ga":{"configuration":"auto","token":"UA-163809183-2"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"forkmegithub":{"color":"darkblue","url":"https://github.com/typescript-kr/typescript-kr.github.io"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"assets/css/website.css"}},"file":{"path":"pages/advanced-types.md","mtime":"2020-09-08T11:09:52.320Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-09-08T11:11:14.122Z"},"basePath":"..","book":{"language":""}});
2130+
gitbook.page.hasChanged({"page":{"title":"고급 타입","level":"4.1","depth":1,"next":{"title":"선언 병합","level":"4.2","depth":1,"path":"pages/declaration-merging.md","ref":"pages/declaration-merging.md","articles":[]},"previous":{"title":"제네릭","level":"3.9","depth":1,"path":"pages/generics.md","ref":"pages/generics.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["theme-darkblue","addcssjs","highlight-1","custom-favicon","forkmegithub","sitemap-general","sitemap","ga"],"pluginsConfig":{"github":{"url":"https://github.com/typescript-kr/typescript-kr.github.io"},"search":{},"addcssjs":{"js":[],"css":["assets/css/atom-one-dark.css"]},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sitemap-general":{"prefix":"https://typescript-kr.gitbooks.io/"},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-darkblue":{},"highlight":{},"favicon":"assets/images/favicon.ico","sitemap":{"hostname":"https://typescript-kr.github.io/"},"highlight-1":{},"custom-favicon":{},"ga":{"configuration":"auto","token":"UA-163809183-2"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"forkmegithub":{"color":"darkblue","url":"https://github.com/typescript-kr/typescript-kr.github.io"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"assets/css/website.css"}},"file":{"path":"pages/advanced-types.md","mtime":"2020-09-15T11:09:51.833Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-09-15T11:10:50.075Z"},"basePath":"..","book":{"language":""}});
21312131
});
21322132
</script>
21332133
</div>

0 commit comments

Comments
 (0)