Type Utils
Preparing search index...
or
Function or
or
<
T1
,
T2
>
(
guard1
:
TypeGuard
<
T1
>
,
guard2
:
TypeGuard
<
T2
>
)
:
TypeGuard
<
T1
|
T2
>
Type Parameters
T1
T2
Parameters
guard1
:
TypeGuard
<
T1
>
guard2
:
TypeGuard
<
T2
>
Returns
TypeGuard
<
T1
|
T2
>
or
<
TGuards
extends
TypeGuards
<
any
>
>
(
...
guards
:
TGuards
,
)
:
TypeGuard
<
TUnion
<
GetTypeGuards
<
TGuards
>
>
>
Type Parameters
TGuards
extends
TypeGuards
<
any
>
Parameters
...
guards
:
TGuards
Returns
TypeGuard
<
TUnion
<
GetTypeGuards
<
TGuards
>
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Type Utils
Loading...