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

x/rambda/files/index.d.ts>tryCatchAsync

Faster and smaller alternative to Ramda
Go to Latest
function tryCatchAsync
import { tryCatchAsync } from "https://deno.land/x/rambda@9.3.0/files/index.d.ts";

Parameters

fn: (input: any) => Promise<T>
fallback: T

Returns

(input: any) => Promise<T>

Parameters

fn: (input: any) => Promise<T>
fallback: (input: any) => Promise<T>

Returns

(input: any) => Promise<T>