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

18 - Length of Tuple #33211

Open
hanseulhee opened this issue May 13, 2024 · 0 comments
Open

18 - Length of Tuple #33211

hanseulhee opened this issue May 13, 2024 · 0 comments
Labels
18 answer Share answers/solutions to a question en in English

Comments

@hanseulhee
Copy link

type Length<T extends readonly any[]> = T["length"];

Below is a solution document related to the problem in Korean.
아래는 한국어로 된 해당 문제 관련 풀이 문서입니다.

https://github.com/hanseulhee/studying/blob/master/TypeScript/Challenges/README.md#18%EB%B2%88

@hanseulhee hanseulhee added answer Share answers/solutions to a question en in English labels May 13, 2024
@github-actions github-actions bot added the 18 label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
18 answer Share answers/solutions to a question en in English
Projects
None yet
Development

No branches or pull requests

1 participant