Translate 1 file to ko - _Creating Types from Types.md - #221
Conversation
|
Thanks for the PR! This section of the codebase is owned by Kibeom Kwon (@bumkeyy), YeonJuan (@yeonjuan), Dan Jeong (@guyeol), and Seohee Park (@dvlprsh) - if they write a comment saying "LGTM" then it will be merged. |
Translation of _Creating Types from Types.mdtitle: Creating Types from Types oneline: "An overview of the ways in which you can create more types from existing types."TypeScript's type system is In terms of other types It's very powerful because it can represent types. The simplest form of this idea is generics. In addition, there is a wide variety of Type Operators You can use it. In addition, you already know that values It is possible to represent types in terms of By combining a variety of type operators, complex operations and values can be expressed in a concise and easy-to-maintain manner. This section covers how to represent a new type with an existing type or value.
|
|
@microsoft-github-policy-service agree |
리뷰 부탁드립니다.
YeonJuan (@yeonjuan) Kibeom Kwon (@bumkeyy)
#6