some TypeScript toy codes
- generics, partial fields & pick
- extends 1 add default fields. union string operations,
- another way to do 2
- use
inferto implementFirstArgumentandSecondArgument DiffandFilterfor union string,Omitfor object- a comprehensive example: generic function
- another comprehensive example: generic class
- Intersection Types and
Partial2