Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PromiseRejectedResult

import type { PromiseRejectedResult } from "https://raw.githubusercontent.com/worker-tools/extendable-promise/master/index.ts";
interface PromiseRejectedResult {
reason: any;
status: "rejected";
}

§Properties

§
reason: any
[src]
§
status: "rejected"
[src]