UNPKG

postflame

Version:

🔥 Generate Postman collections automatically from Hono + Zod routes.

15 lines • 316 B
export declare function parseZodSchema(): { type: string; properties: { name: { type: string; }; price: { type: string; }; }; required: string[]; additionalProperties: boolean; $schema: string; }; //# sourceMappingURL=zodParser.d.ts.map