method z.ZodType.prototype.nullishRe-exportimport { z } from "https://deno.land/x/pup@1.0.0-rc.5/deps.ts"; const { ZodType } = z; nullish(): ZodOptional<ZodNullable<this>>ReturnsZodOptional<ZodNullable<this>>