1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-24 09:09:50 +01:00

Add utility types resources ()

Added a new list of links/resources
This commit is contained in:
Shanelle Marasigan 2024-05-11 05:05:07 +08:00 committed by GitHub
parent 7f0a5984f3
commit 15f06d1168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,3 +12,5 @@ TypeScript provides several utility types that can be used to manipulate and tra
Learn more from the following links:
- [TypeScript - Utility Types](https://www.typescriptlang.org/docs/handbook/utility-types.html)
- [TypeScript Utility Types Guide](https://camchenry.com/blog/typescript-utility-types)
- [TypeScript Utility Types: Key Concepts And Best Practices](https://marketsplash.com/tutorials/typescript/typescript-utility-types/)