Home > @skunkteam/types > BaseTypeImpl > or
Union this Type with another Type.
Signature:
or<Other extends BaseTypeImpl<unknown>>(_other: Other): Type<ResultType | TypeOf<Other>>;
Parameter | Type | Description |
---|---|---|
_other | Other |
Returns:
Type<ResultType | TypeOf<Other>>
See UnionType for more information about unions.