Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Advanced Static Types in TypeScript, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:06:18
    Restrict null and undefined via Non-Nullable-Types in TypeScript
  • Урок 2. 00:04:15
    Understand TypeScript’s Control Flow Based Type Analysis
  • Урок 3. 00:05:02
    Define Custom Type Guard Functions in TypeScript
  • Урок 4. 00:04:20
    Make Properties and Index Signatures Readonly in TypeScript
  • Урок 5. 00:03:04
    Represent Non-Primitive Types with TypeScript’s object Type
  • Урок 6. 00:05:04
    Use TypeScript’s never Type for Exhaustiveness Checking
  • Урок 7. 00:04:39
    Overload a Function with TypeScript’s Overload Signatures
  • Урок 8. 00:03:33
    Collect Related Strings in a String Enum in TypeScript
  • Урок 9. 00:05:39
    Specify Exact Values with TypeScript’s Literal Types
  • Урок 10. 00:06:06
    Model Alternatives with Discriminated Union Types in TypeScript
  • Урок 11. 00:07:04
    Infer Types for Rest and Spread Properties in TypeScript
  • Урок 12. 00:05:07
    Query Properties with keyof and Lookup Types in TypeScript
  • Урок 13. 00:07:43
    Transform Existing Types Using Mapped Types in TypeScript