Skip to main content
Module

x/zod/index.ts

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
File
import * as mod from "./external.ts";export * from "./external.ts";export { mod as z };export default mod;