UNPKG

zod

Version:

TypeScript-first schema declaration and validation library with static type inference

6 lines (4 loc) 101 B
import { expect, test } from "vitest"; test("z.function", () => { expect(true).toEqual(true); });