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

x/mtkruto/1_utilities.ts>MaybePromise

[WIP] 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.130/1_utilities.ts";
definition: T | Promise<T>