Skip to main content
Module

x/funky/mod.ts>err

Getting funky with Deno!
Latest
variable err
import { err } from "https://deno.land/x/funky@v0.3.2/mod.ts";

Creates a new ResultErr<T, E> instance, wrapping the specified @error.

type

<T, E>(error: E) => ResultErr<T, E>