Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/utilities/0_types.ts>MaybePromise

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias MaybePromise
import { type MaybePromise } from "https://deno.land/x/mtkruto@0.1.157/utilities/0_types.ts";
definition: T | Promise<T>