Module

x/lodash_es/src/attempt.js

lodash for deno use
Latest
import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/attempt.js";

Variables

Attempts to invoke func, returning either the result or the caught error object. Any additional arguments are provided to func when it's invoked.