|
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| 54 | + |
54 | 55 |
|
55 | 56 |
|
56 | 57 | <meta name="HandheldFriendly" content="true"/> |
|
65 | 66 |
|
66 | 67 |
|
67 | 68 |
|
| 69 | +<meta name="google-site-verification" content="e6e6ziLZXdB5HengoGGcmy0tnBtyCptYLngEAyCySoI" /> |
| 70 | + |
68 | 71 | </head> |
69 | 72 | <body> |
70 | 73 |
|
|
365 | 368 |
|
366 | 369 | </li> |
367 | 370 |
|
368 | | - <li class="chapter " data-level="1.2.20" data-path="pages/triple-slash-directives.html"> |
| 371 | + <li class="chapter " data-level="1.2.20" data-path="pages/mixins.html"> |
| 372 | + |
| 373 | + <a href="pages/mixins.html"> |
| 374 | + |
| 375 | + |
| 376 | + Mixins |
| 377 | + |
| 378 | + </a> |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + </li> |
| 383 | + |
| 384 | + <li class="chapter " data-level="1.2.21" data-path="pages/triple-slash-directives.html"> |
369 | 385 |
|
370 | 386 | <a href="pages/triple-slash-directives.html"> |
371 | 387 |
|
|
378 | 394 |
|
379 | 395 | </li> |
380 | 396 |
|
381 | | - <li class="chapter " data-level="1.2.21" data-path="pages/type-checking-javascript-files.html"> |
| 397 | + <li class="chapter " data-level="1.2.22" data-path="pages/type-checking-javascript-files.html"> |
382 | 398 |
|
383 | 399 | <a href="pages/type-checking-javascript-files.html"> |
384 | 400 |
|
|
391 | 407 |
|
392 | 408 | </li> |
393 | 409 |
|
394 | | - <li class="chapter " data-level="1.2.22" data-path="pages/utility-types.html"> |
| 410 | + <li class="chapter " data-level="1.2.23" data-path="pages/utility-types.html"> |
395 | 411 |
|
396 | 412 | <a href="pages/utility-types.html"> |
397 | 413 |
|
@@ -718,6 +734,7 @@ <h2 id="타입스크립트-핸드북 |
718 | 734 | <li><a href="pages/declaration-merging.html">Declaraion Merging</a></li> |
719 | 735 | <li><a href="pages/jsx.html">JSX</a></li> |
720 | 736 | <li><a href="pages/decorators.html">Decorators</a></li> |
| 737 | +<li><a href="pages/mixins.html">Mixins</a></li> |
721 | 738 | <li><a href="pages/triple-slash-directives.html">Triple-Slash Directives</a></li> |
722 | 739 | <li><a href="pages/type-checking-javascript-files.html">Type Checking JavaScript Files</a></li> |
723 | 740 | <li><a href="pages/utility-types.html">Utility Types</a></li> |
@@ -815,7 +832,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query' |
815 | 832 | <script> |
816 | 833 | var gitbook = gitbook || []; |
817 | 834 | gitbook.push(function() { |
818 | | - gitbook.page.hasChanged({"page":{"title":"목차","level":"1.1","depth":1,"next":{"title":"핸드북","level":"1.2","depth":1,"path":"pages/README.md","ref":"./pages/README.md","articles":[{"title":"Basic Types","level":"1.2.1","depth":2,"path":"pages/basic-types.md","ref":"./pages/basic-types.md","articles":[]},{"title":"Variable Declarations","level":"1.2.2","depth":2,"path":"pages/variable-declarations.md","ref":"./pages/variable-declarations.md","articles":[]},{"title":"Interfaces","level":"1.2.3","depth":2,"path":"pages/interfaces.md","ref":"./pages/interfaces.md","articles":[]},{"title":"Classes","level":"1.2.4","depth":2,"path":"pages/classes.md","ref":"./pages/classes.md","articles":[]},{"title":"Functions","level":"1.2.5","depth":2,"path":"pages/functions.md","ref":"./pages/functions.md","articles":[]},{"title":"Generics","level":"1.2.6","depth":2,"path":"pages/generics.md","ref":"./pages/generics.md","articles":[]},{"title":"Enums","level":"1.2.7","depth":2,"path":"pages/enums.md","ref":"./pages/enums.md","articles":[]},{"title":"Type Compatibility","level":"1.2.8","depth":2,"path":"pages/type-compatibility.md","ref":"./pages/type-compatibility.md","articles":[]},{"title":"Type Inference","level":"1.2.9","depth":2,"path":"pages/type-inference.md","ref":"./pages/type-inference.md","articles":[]},{"title":"Advanced Types","level":"1.2.10","depth":2,"path":"pages/advanced-types.md","ref":"./pages/advanced-types.md","articles":[]},{"title":"Symbols","level":"1.2.11","depth":2,"path":"pages/symbols.md","ref":"./pages/symbols.md","articles":[]},{"title":"Iterators and Generators","level":"1.2.12","depth":2,"path":"pages/iterators-and-generators.md","ref":"./pages/iterators-and-generators.md","articles":[]},{"title":"Modules","level":"1.2.13","depth":2,"path":"pages/modules.md","ref":"./pages/modules.md","articles":[]},{"title":"Namespaces","level":"1.2.14","depth":2,"path":"pages/namespaces.md","ref":"./pages/namespaces.md","articles":[]},{"title":"Namespaces and Modules","level":"1.2.15","depth":2,"path":"pages/namespaces-and-modules.md","ref":"./pages/namespaces-and-modules.md","articles":[]},{"title":"Module Resolution","level":"1.2.16","depth":2,"path":"pages/module-resolution.md","ref":"./pages/module-resolution.md","articles":[]},{"title":"Declaraion Merging","level":"1.2.17","depth":2,"path":"pages/declaration-merging.md","ref":"./pages/declaration-merging.md","articles":[]},{"title":"JSX","level":"1.2.18","depth":2,"path":"pages/jsx.md","ref":"./pages/jsx.md","articles":[]},{"title":"Decorators","level":"1.2.19","depth":2,"path":"pages/decorators.md","ref":"./pages/decorators.md","articles":[]},{"title":"Triple-Slash Directives","level":"1.2.20","depth":2,"path":"pages/triple-slash-directives.md","ref":"./pages/triple-slash-directives.md","articles":[]},{"title":"Type Checking JavaScript Files","level":"1.2.21","depth":2,"path":"pages/type-checking-javascript-files.md","ref":"./pages/type-checking-javascript-files.md","articles":[]},{"title":"Utility Types","level":"1.2.22","depth":2,"path":"pages/utility-types.md","ref":"./pages/utility-types.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["toggle-chapters","github"],"pluginsConfig":{"github":{"url":"https://github.com/yeonjuan/Typescript-Handbook-ko"},"toggle-chapters":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"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":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"README.md","mtime":"2020-04-10T11:15:52.097Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-04-10T12:00:05.723Z"},"basePath":".","book":{"language":""}}); |
| 835 | + gitbook.page.hasChanged({"page":{"title":"목차","level":"1.1","depth":1,"next":{"title":"핸드북","level":"1.2","depth":1,"path":"pages/README.md","ref":"./pages/README.md","articles":[{"title":"Basic Types","level":"1.2.1","depth":2,"path":"pages/basic-types.md","ref":"./pages/basic-types.md","articles":[]},{"title":"Variable Declarations","level":"1.2.2","depth":2,"path":"pages/variable-declarations.md","ref":"./pages/variable-declarations.md","articles":[]},{"title":"Interfaces","level":"1.2.3","depth":2,"path":"pages/interfaces.md","ref":"./pages/interfaces.md","articles":[]},{"title":"Classes","level":"1.2.4","depth":2,"path":"pages/classes.md","ref":"./pages/classes.md","articles":[]},{"title":"Functions","level":"1.2.5","depth":2,"path":"pages/functions.md","ref":"./pages/functions.md","articles":[]},{"title":"Generics","level":"1.2.6","depth":2,"path":"pages/generics.md","ref":"./pages/generics.md","articles":[]},{"title":"Enums","level":"1.2.7","depth":2,"path":"pages/enums.md","ref":"./pages/enums.md","articles":[]},{"title":"Type Compatibility","level":"1.2.8","depth":2,"path":"pages/type-compatibility.md","ref":"./pages/type-compatibility.md","articles":[]},{"title":"Type Inference","level":"1.2.9","depth":2,"path":"pages/type-inference.md","ref":"./pages/type-inference.md","articles":[]},{"title":"Advanced Types","level":"1.2.10","depth":2,"path":"pages/advanced-types.md","ref":"./pages/advanced-types.md","articles":[]},{"title":"Symbols","level":"1.2.11","depth":2,"path":"pages/symbols.md","ref":"./pages/symbols.md","articles":[]},{"title":"Iterators and Generators","level":"1.2.12","depth":2,"path":"pages/iterators-and-generators.md","ref":"./pages/iterators-and-generators.md","articles":[]},{"title":"Modules","level":"1.2.13","depth":2,"path":"pages/modules.md","ref":"./pages/modules.md","articles":[]},{"title":"Namespaces","level":"1.2.14","depth":2,"path":"pages/namespaces.md","ref":"./pages/namespaces.md","articles":[]},{"title":"Namespaces and Modules","level":"1.2.15","depth":2,"path":"pages/namespaces-and-modules.md","ref":"./pages/namespaces-and-modules.md","articles":[]},{"title":"Module Resolution","level":"1.2.16","depth":2,"path":"pages/module-resolution.md","ref":"./pages/module-resolution.md","articles":[]},{"title":"Declaraion Merging","level":"1.2.17","depth":2,"path":"pages/declaration-merging.md","ref":"./pages/declaration-merging.md","articles":[]},{"title":"JSX","level":"1.2.18","depth":2,"path":"pages/jsx.md","ref":"./pages/jsx.md","articles":[]},{"title":"Decorators","level":"1.2.19","depth":2,"path":"pages/decorators.md","ref":"./pages/decorators.md","articles":[]},{"title":"Mixins","level":"1.2.20","depth":2,"path":"pages/mixins.md","ref":"./pages/mixins.md","articles":[]},{"title":"Triple-Slash Directives","level":"1.2.21","depth":2,"path":"pages/triple-slash-directives.md","ref":"./pages/triple-slash-directives.md","articles":[]},{"title":"Type Checking JavaScript Files","level":"1.2.22","depth":2,"path":"pages/type-checking-javascript-files.md","ref":"./pages/type-checking-javascript-files.md","articles":[]},{"title":"Utility Types","level":"1.2.23","depth":2,"path":"pages/utility-types.md","ref":"./pages/utility-types.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["toggle-chapters","github","head-append"],"pluginsConfig":{"github":{"url":"https://github.com/yeonjuan/Typescript-Handbook-ko"},"head-append":{"code":["<meta name=\"google-site-verification\" content=\"e6e6ziLZXdB5HengoGGcmy0tnBtyCptYLngEAyCySoI\" />"]},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"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},"toggle-chapters":{}},"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":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"README.md","mtime":"2020-04-10T14:26:59.102Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-04-10T14:28:21.159Z"},"basePath":".","book":{"language":""}}); |
819 | 836 | }); |
820 | 837 | </script> |
821 | 838 | </div> |
|
0 commit comments