> For the complete documentation index, see [llms.txt](https://willh.gitbook.io/typescript-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://willh.gitbook.io/typescript-tutorial/advanced.md).

# 進階

本部分介紹一些進階的型別與技術，具體內容包括：

* [型別別名](/typescript-tutorial/advanced/type-aliases.md)
* [字串字面量型別](/typescript-tutorial/advanced/string-literal-types.md)
* [元組](/typescript-tutorial/advanced/tuple.md)
* [列舉](/typescript-tutorial/advanced/enum.md)
* [類別](/typescript-tutorial/advanced/class.md)
* [類別與介面](/typescript-tutorial/advanced/class-and-interfaces.md)
* [泛型](/typescript-tutorial/advanced/generics.md)
* [宣告合併](/typescript-tutorial/advanced/declaration-merging.md)
* [擴充套件閱讀](/typescript-tutorial/advanced/further-reading.md)
* [上一章：內建物件](https://github.com/doggy8088/typescript-tutorial/tree/3e6aae02f8c2fc9db956b346556647eb1d3cdbe3/advanced/built-in-objects.md)
* [下一章：型別別名](/typescript-tutorial/advanced/type-aliases.md)
