ZHANGYU.dev
All about "TypeScript"
理解TypeScript中的infer关键字
Providing examples and explanations of using the "infer" keyword in TypeScript for type inference and unpacking, highlighting its utility and complexity.
Typescript 工具泛型
Introduction to TypeScript utility types including keyof, in, mapped types, Partial, Required, Readonly, Pick, Record, Exclude, Extract, Omit, NonNullable, Parameters, ConstructorParameters, ReturnType, and InstanceType.