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

x/mtkruto/client/4_client.ts>NextFn

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias NextFn
import { type NextFn } from "https://deno.land/x/mtkruto@0.1.157/client/4_client.ts";

Type Parameters

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