Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

fail

import { fail } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/fn_either.ts";
function fail<A = never, B = never, D = unknown>(b: B): FnEither<D, B, A>;
§
fail<A = never, B = never, D = unknown>(b: B): FnEither<D, B, A>
[src]

§Type Parameters

§
A = never
[src]
§
B = never
[src]
§
D = unknown
[src]

§Parameters

§Return Type