Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.104/1_utilities.ts";
definition: T | Promise<T>