Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hono/middleware.ts>use

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable use
Re-export
import { use } from "https://deno.land/x/hono@v4.1.0/middleware.ts";

type

<T>(promise: Promise<T>) => T