mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
1.6 KiB
1.6 KiB
date | id | title |
---|---|---|
2020-09-29 | 89671783-1085-4a00-9147-a377db9b19bc | TypeScript |
Basic Annotations
Type System
- Ambient Declarations
- Interfaces
- Enums
- lib.d.ts
- Functions
- Callable
- Type Assertion
- Type Guard
- Literal Types
- Readonly
- Generics
- Intersection Type
- Tuple Type
- TypeScript Type Alias
- Never Type
- Index Signatures
- Classes