mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00: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.