interface PromiseRejectionEvent
implements Event
import { type PromiseRejectionEvent } from "https://deno.land/x/deno@v1.36.0/cli/tsc/dts/lib.deno.shared_globals.d.ts";
import { PromiseRejectionEvent } from "https://deno.land/x/deno@v1.36.0/cli/tsc/dts/lib.deno.shared_globals.d.ts";
type
{ readonly prototype: PromiseRejectionEvent; new (type: string, eventInitDict?: PromiseRejectionEventInit): PromiseRejectionEvent; }