Skip to main content
Extremely Popular
Go to Latest
type alias FrameworkAdapter
import { type FrameworkAdapter } from "https://deno.land/x/grammy@v1.15.3/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