Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ahh/src/option/mod.ts>None

Mostly rust-inpired stuff for @denoland.
Go to Latest
type alias None
import { type None } from "https://deno.land/x/ahh@v0.7.0/src/option/mod.ts";

Represents an Option that does not exist.

definition: Readonly<{ none: undefined; }>
variable None
import { None } from "https://deno.land/x/ahh@v0.7.0/src/option/mod.ts";

type

Option<never>