Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable z.util.jsonStringifyReplacer
import { z } from "https://deno.land/x/frugal@0.9.6/dep/zod.ts";
const { jsonStringifyReplacer } = z.util;

type

(_: string, value: any) => any