mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
* feat(question): add tuple length * Update questions/18-easy-tuple-length/info.yml Accept suggestion Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com> * refactor(question): add tags tuple Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2 lines
33 B
TypeScript
2 lines
33 B
TypeScript
type Length<T extends any> = any
|