Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/external/thenable-generator/index.ts>Catchable

A JavaScript extension package for building strong and modern applications.
Latest
interface Catchable
import { type Catchable } from "https://deno.land/x/ayonli_jsext@v0.9.72/external/thenable-generator/index.ts";

Methods

optional
catch<R = never>(onrejected?: (reason: any) => R | PromiseLike<R>): Promise<T | R>