Beep Boop on my gameboy
Plip Plop on my coffee
github.com/microsoft/Ty...
```typescript
const x = true ? 'I am a string' : {} // type of `x` is: {}
```
This is a valid subtype reduction since strings are "object-like".
github.com/microsoft/Ty...
```typescript
const x = true ? 'I am a string' : {} // type of `x` is: {}
```
This is a valid subtype reduction since strings are "object-like".
But thank you :)
But thank you :)