mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
1.6 KiB
1.6 KiB
id | title |
---|---|
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