Zodiac API Documentation - v0.0.3
Preparing search index...
z
intersection
Variable intersection
Const
intersection
:
<
TSchema
extends
ZodTypeAny
,
USchema
extends
ZodTypeAny
>
(
left
:
TSchema
,
right
:
USchema
,
params
?:
RawCreateParams
,
)
=>
ZodIntersection
<
TSchema
,
USchema
>
Type declaration
<
TSchema
extends
ZodTypeAny
,
USchema
extends
ZodTypeAny
>
(
left
:
TSchema
,
right
:
USchema
,
params
?:
RawCreateParams
,
)
:
ZodIntersection
<
TSchema
,
USchema
>
Type Parameters
TSchema
extends
ZodTypeAny
USchema
extends
ZodTypeAny
Parameters
left
:
TSchema
right
:
USchema
Optional
params
:
RawCreateParams
Returns
ZodIntersection
<
TSchema
,
USchema
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Zodiac API Documentation - v0.0.3
Loading...