Skip to main content
Module

x/live/utils/promise.ts>Rejected

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
type alias Rejected
import { type Rejected } from "https://deno.land/x/live@1.77.0/utils/promise.ts";

Promise.then onrejected callback type.

definition: ((reason: any) => E | PromiseLike<E>) | null