TypeScript Utility Types: Part #1

preview_player
Показать описание
💡 In TypeScript, Utility Types are tools globally available to allow common type transformations.

🔥 Table of Contents:

‣ Partial
‣ Require
‣ Omit
‣ Pick
‣ Exclude
‣ Extract

🔗

Рекомендации по теме
Комментарии
Автор

I feel like this channel is fucking enormously underrated. I took more value here than out of 100k subs channels

zaurmahmudov
Автор

Very clear, short and good video! Super well delivered.
Utility types sounds like a complicated, advanced typescript topic but you made it super easy and approachable all the way through. Nice!

Автор

This is super useful man, thanks for doing this video. I struggle with learning TypeScript, and that was really helpful. 👍

simonswiss
Автор

I am having difficulty figuring out how to omit 2 properties from a type using a utility type. Any help would be greatly appreciated.

MrPDTaylor