mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-17 19:11:26 -06:00
• A union type U is assignable to a type T if each type in U is assignable to T. • A type T is assignable to a union type U if T is assignable to any type in U.