Skip to main content
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@0.5.2/mod.ts";
definition: T | Promise<T>