Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hkts/option.ts>none

Functional programming tools: option, either, task, state, optics, etc.
Latest
variable none
import { none } from "https://deno.land/x/hkts@v0.0.52/option.ts";

The cannonical implementation of the None type. Since all None values are equivalent there is no reason to construct more than one object instance.

type

Option<never>