Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Go to Latest
type alias FrameworkAdapter
import { type FrameworkAdapter } from "https://deno.land/x/grammy@v1.15.0/convenience/frameworks.ts";

Middleware for a web framework. Creates a request-response handler for a request. The handler will be used to integrate with the compatible framework.

definition: (...args: any[]) => ReqResHandler