Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/client/1_composer.ts>MiddlewareFn

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias MiddlewareFn
import { type MiddlewareFn } from "https://deno.land/x/mtkruto@0.1.139/client/1_composer.ts";
definition: (ctx: C, next: NextFunction) => MaybePromise<unknown>