method z.ZodSchema.prototype.nullableimport { z } from "https://deno.land/x/pup@1.0.0-beta.26/deps.ts"; const { ZodSchema } = z; nullable(): ZodNullable<this>ReturnsZodNullable<this>