variable z.coerceimport { z } from "https://dotland.deno.dev/x/zod@v3.22.2/index.ts"; const { coerce } = z; type{ string; number; boolean; bigint; date; }