Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate 1 file to ko - _Creating Types from Types.md #221

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bluejoyq
Copy link

@bluejoyq bluejoyq commented Nov 27, 2023

리뷰 부탁드립니다.
@yeonjuan @bumkeyy

#6

Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @bumkeyy, @yeonjuan, @guyeol, and @dvlprsh - if they write a comment saying "LGTM" then it will be merged.

Copy link
Contributor

Translation of _Creating Types from Types.md

title: Creating Types from Types
layout: docs
permalink: /ko/docs/handbook/2/types-from-types.html

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.

Generated by 🚫 dangerJS against 027b021

@bluejoyq
Copy link
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant