• Preparing search index...
  • The search index is not available
Genkit JS API reference
  • Genkit JS API reference
  • genkit
  • /
  • z
  • intersection

Function intersection

  • intersection<
        T extends z.ZodType<any, any, any, T>,
        U extends z.ZodType<any, any, any, U>,
    >(
        left: T,
        right: U,
        params?: z.RawCreateParams,
    ): z.ZodIntersection<T, U>
  • Type Parameters

    • T extends z.ZodType<any, any, any, T>
    • U extends z.ZodType<any, any, any, U>

    Parameters

    • left: T
    • right: U
    • Optionalparams: z.RawCreateParams

    Returns z.ZodIntersection<T, U>

    • Defined in js/node_modules/.pnpm/zod@3.23.8/node_modules/zod/lib/types.d.ts:1060

Settings

Member Visibility
Genkit JS API reference
  • Loading...

Generated using TypeDoc with typedoc-github-theme