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