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

x/mtkruto/client/5_client.ts>NextFunction

Cross-runtime JavaScript library for building Telegram clients
Latest
type alias NextFunction
Re-export
import { type NextFunction } from "https://deno.land/x/mtkruto@0.6.2/client/5_client.ts";

Type Parameters

optional
T = void
definition: () => Promise<T>