UNPKG

zod-openapi

Version:

Convert Zod Schemas to OpenAPI v3.x documentation

5 lines (4 loc) 133 B
"use strict"; const zod = require("zod"); const extendZod = require("./extendZod.chunk.cjs"); extendZod.extendZodWithOpenApi(zod.z);