Union Types
When a value could be one of several types, use | to combine them.
Basic Union
Section titled “Basic Union”Narrowing
Section titled “Narrowing”You can only use methods that exist on all types in the union:
Narrow the type first:
When a value could be one of several types, use | to combine them.
You can only use methods that exist on all types in the union:
Narrow the type first: