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

Reject

import type { Reject } from "https://raw.githubusercontent.com/worker-tools/resolvable-promise/master/index.ts";
type Reject = (reason?: any) => void;

§Type

§
(reason?: any) => void
[src]