Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cordeno/deps.ts>DenoAsync.Deferred

🦕 A Discord API wrapper for developing discord bots using the Deno runtime.
Latest
interface DenoAsync.Deferred
implements Promise<T>
Re-export
import { type DenoAsync } from "https://deno.land/x/cordeno@v0.3.5/deps.ts";
const { Deferred } = DenoAsync;

Properties

resolve: (value?: T | PromiseLike<T>) => void
reject: (reason?: any) => void