UNPKG

postflame

Version:

🔥 Generate Postman collections automatically from Hono + Zod routes.

7 lines (6 loc) • 129 B
export function extractRoutes(app) { return app.routes.map(r => ({ method: r.method, path: r.path })); }