Skip to main content
Module

x/zod/playground.ts

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
File
import { z } from "./index.ts";
const run = async () => { z;};
run();
export {};