TypeScript Stories
62 subscribers
40 links
Download Telegram
Channel created
1️⃣
string + string | number => string
number + string | number => error 2365

▶️ Playground
2️⃣
No error firing on generic wrong return type.

▶️ Playground