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

x/grm/mod.ts>MaybePromise

MTProto API Client for Deno 🦕
Go to Latest
type alias MaybePromise
import { type MaybePromise } from "https://deno.land/x/grm@v0.3.1/mod.ts";
definition: T | Promise<T>