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

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

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

Represents an Option that does not exist.

definition: Readonly<{ [NONE]: true; }>
variable None
import { None } from "https://deno.land/x/ahh@v0.6.2/src/option/mod.ts";

type

Option<never>