method z.ZodType.prototype.andRe-exportimport { z } from "https://deno.land/x/pup@1.0.0-alpha-19/deps.ts"; const { ZodType } = z; and<T extends ZodTypeAny>(incoming: T): ZodIntersection<this, T>Type ParametersT extends ZodTypeAnyParametersincoming: TReturnsZodIntersection<this, T>