Conversation

In TypeScript: interface Ref<T> { value:T } type Ref<T> = { value:T } I… do not like this asymmetry.
7
17