Skip to main content
Module

x/resolvable_promise/index.ts>Reject

A promise that is resolvable (or rejectable) after it was created.
Latest
type alias Reject
import { type Reject } from "https://deno.land/x/resolvable_promise@v0.2.0-pre.6/index.ts";
definition: (reason?: any) => void