Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f0eb63f

Browse files
authoredJun 2, 2020
release 2020-06-02-47
1 parent 91a3dc0 commit f0eb63f

Some content is hidden

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

53 files changed

+193
-308
lines changed
 

‎index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,8 @@ <h1>
859859

860860
<h1 id="typescript-handbook-&#xD55C;&#xAE00;-&#xBB38;&#xC11C;">TypeScript-Handbook &#xD55C;&#xAE00; &#xBB38;&#xC11C;</h1>
861861
<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 -->
862-
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-21-orange.svg" alt="All Contributors"></a><!-- ALL-CONTRIBUTORS-BADGE:END -->
862+
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square" alt="All Contributors"></a>
863+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
863864
<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 -->
864865
<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>
865866
<p><a href="https://www.typescriptlang.org/docs/home.html" target="_blank">TypeScript Handbook</a>&#xC744; &#xBC88;&#xC5ED;&#xD558;&#xB294; &#xD504;&#xB85C;&#xC81D;&#xD2B8;&#xC785;&#xB2C8;&#xB2E4;.</p>
@@ -901,6 +902,7 @@ <h2 id="&#xCEE8;&#xD2B8;&#xB9AC;&#xBDF0;&#xD130;-&#xBAA9;&#xB85D;-&#x2728;">&#xC
901902
<td align="center"><a href="https://heeveloper.github.io/" target="_blank"><img src="https://avatars3.githubusercontent.com/u/17620671?v=4" width="80px;" alt=""><br><sub><b>Heeveloper</b></sub></a><br><a href="#translation-heeveloper" title="Translation">&#x1F30D;</a></td>
902903
<td align="center"><a href="https://github.com/bobfull" target="_blank"><img src="https://avatars1.githubusercontent.com/u/48228621?v=4" width="80px;" alt=""><br><sub><b>bobfull</b></sub></a><br><a href="#translation-bobfull" title="Translation">&#x1F30D;</a></td>
903904
<td align="center"><a href="https://github.com/lcm6528" target="_blank"><img src="https://avatars2.githubusercontent.com/u/6929166?v=4" width="80px;" alt=""><br><sub><b>changmin Lee</b></sub></a><br><a href="#translation-lcm6528" title="Translation">&#x1F30D;</a></td>
905+
<td align="center"><a href="https://github.com/nmsohn" target="_blank"><img src="https://avatars0.githubusercontent.com/u/20067736?v=4" width="80px;" alt=""><br><sub><b>Hahn</b></sub></a><br><a href="#translation-nmsohn" title="Translation">&#x1F30D;</a></td>
904906
</tr>
905907
</table>
906908

@@ -948,7 +950,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
948950
<script>
949951
var gitbook = gitbook || [];
950952
gitbook.push(function() {
951-
gitbook.page.hasChanged({"page":{"title":"소개","level":"1.1","depth":1,"next":{"title":"5분 안에 보는 TypeScript","level":"2.1","depth":1,"path":"pages/tutorials/TypeScript in 5 minutes.md","ref":"pages/tutorials/TypeScript in 5 minutes.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-05-26T11:06:28.434Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-05-26T11:07:13.656Z"},"basePath":".","book":{"language":""}});
953+
gitbook.page.hasChanged({"page":{"title":"소개","level":"1.1","depth":1,"next":{"title":"5분 안에 보는 TypeScript","level":"2.1","depth":1,"path":"pages/tutorials/TypeScript in 5 minutes.md","ref":"pages/tutorials/TypeScript in 5 minutes.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-06-02T11:05:23.644Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-06-02T11:06:14.874Z"},"basePath":".","book":{"language":""}});
952954
});
953955
</script>
954956
</div>

‎pages/Advanced Types.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
19241924
<script>
19251925
var gitbook = gitbook || [];
19261926
gitbook.push(function() {
1927-
gitbook.page.hasChanged({"page":{"title":"고급 타입","level":"3.10","depth":1,"next":{"title":"심볼","level":"3.11","depth":1,"path":"pages/Symbols.md","ref":"pages/Symbols.md","articles":[]},"previous":{"title":"타입 호환성","level":"3.9","depth":1,"path":"pages/Type Compatibility.md","ref":"pages/Type Compatibility.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-05-26T11:06:28.450Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-05-26T11:07:13.656Z"},"basePath":"..","book":{"language":""}});
1927+
gitbook.page.hasChanged({"page":{"title":"고급 타입","level":"3.10","depth":1,"next":{"title":"심볼","level":"3.11","depth":1,"path":"pages/Symbols.md","ref":"pages/Symbols.md","articles":[]},"previous":{"title":"타입 호환성","level":"3.9","depth":1,"path":"pages/Type Compatibility.md","ref":"pages/Type Compatibility.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-06-02T11:05:23.700Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-06-02T11:06:14.874Z"},"basePath":"..","book":{"language":""}});
19281928
});
19291929
</script>
19301930
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.