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://raw.githubusercontent.com/baetheus/fun/main/option.ts";

Fail is an alias of constNone.

function fail<A = never>(): Option<A>;
§
fail<A = never>(): Option<A>
[src]

§Type Parameters

§
A = never
[src]

§Return Type