method z.ZodSchema.prototype.nullishimport { z } from "https://deno.land/x/pup@1.0.0-alpha-19/deps.ts"; const { ZodSchema } = z; nullish(): ZodOptional<ZodNullable<this>>ReturnsZodOptional<ZodNullable<this>>