|
|
|
|
|
by tossandthrow
698 days ago
|
|
It seems super weird that this type checks, and it appears to be some sort of corner case explicitly implemented. Normally typescript does not just allow implicit removal of a container type. Like, you can't pass Array<A> to a function that just takes A. |
|