Skip to main content
Module

x/ahh/mod.ts>None

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

Represents an Option that does not exist.

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

type

Option<never>