Mastodon Feed: Post

Mastodon Feed

NfNitLoop ("Cody Casterline 🏳️‍🌈") wrote:

Popular #TypeScript framework:
"We're in love with TypeScript"

The TypeScript:

```ts
export interface Foo<In=any, Ctx=any, Out=any> { … }
```

Also, their examples fail if you enable "strict" type checks. 😬