TypeScript Stories
@typescripts
61
subscribers
40
links
Download Telegram
Join
TypeScript Stories
61 subscribers
TypeScript Stories
Channel created
TypeScript Stories
1️⃣
✅
string
+
string | number
=>
string
❌
number
+
string | number
=> error 2365
▶️
Playground
TypeScript Stories
2️⃣
❌
No error firing on generic wrong return type.
▶️
Playground
TypeScript Stories
3️⃣
❌
Type guard wrong types intersection via casting to
unknown
.
▶️
Playground