import { withErrorRecovery } from "https://deno.land/x/dtils@2.4.0/errors.ts";
Call fn
, returning its result, but return recoverWith
if it errors. If fn
returns a promise,
use withAsyncErrorRecovery
x/dtils/errors.ts>withErrorRecovery
import { withErrorRecovery } from "https://deno.land/x/dtils@2.4.0/errors.ts";
Call fn
, returning its result, but return recoverWith
if it errors. If fn
returns a promise,
use withAsyncErrorRecovery