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

constNone

import { constNone } from "https://raw.githubusercontent.com/baetheus/fun/main/option.ts";

The constNone is a thunk that returns the canonical none instance.

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

§Type Parameters

§
A = never
[src]

§Return Type