method z.ZodObject.prototype.strictimport { z } from "https://deno.land/x/pup@1.0.0-alpha-19/deps.ts"; const { ZodObject } = z; strict(message?: errorUtil.ErrMessage): ZodObject<T, "strict", Catchall>Parametersoptionalmessage: errorUtil.ErrMessageReturnsZodObject<T, "strict", Catchall>