Skip to main content
Module

x/mtkruto/mod.ts>NextFn

[WIP] 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.127/mod.ts";

Type Parameters

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