U extends StatusCode = StatusCode
F extends ResponseFormat = T extends string ? "text" : T extends JSONValue ? "json" : ResponseFormat
Web framework built on Web Standards
U extends StatusCode = StatusCode
F extends ResponseFormat = T extends string ? "text" : T extends JSONValue ? "json" : ResponseFormat
Add Package
deno add jsr:@hono/hono
Import symbol
import { type TypedResponse } from "@hono/hono/types";
Import directly with a jsr specifier
import { type TypedResponse } from "jsr:@hono/hono/types";
Add Package
pnpm i jsr:@hono/hono
pnpm dlx jsr add @hono/hono
Import symbol
import { type TypedResponse } from "@hono/hono/types";
Add Package
yarn add jsr:@hono/hono
yarn dlx jsr add @hono/hono
Import symbol
import { type TypedResponse } from "@hono/hono/types";
Add Package
npx jsr add @hono/hono
Import symbol
import { type TypedResponse } from "@hono/hono/types";
Add Package
bunx jsr add @hono/hono
Import symbol
import { type TypedResponse } from "@hono/hono/types";