UNPKG

stoker

Version:

Utilities for hono and @hono/zod-openapi

17 lines (15 loc) 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsonContent = (schema, description) => { return { content: { "application/json": { schema } }, description }; }; module.exports = jsonContent;