MCPcopy
hub / github.com/colinhacks/zod / datetime.ts

File datetime.ts

packages/bench/datetime.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { makeData, makeSchema } from "./benchUtil.js";
2import { metabench } from "./metabench.js";
3
4const { zod3, zod4 } = makeSchema((z) => z.string().datetime());

Callers

nothing calls this directly

Calls 6

makeDataFunction · 0.85
metabenchFunction · 0.85
stringMethod · 0.80
makeSchemaFunction · 0.70
datetimeMethod · 0.65
runMethod · 0.65

Tested by

no test coverage detected