Skip to main content
Module

x/ahh/mod.ts>None

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

Represents an Option that does not exist.

definition: Readonly<{ none: undefined; }>
variable None
Re-export
import { None } from "https://deno.land/x/ahh@v0.8.0/mod.ts";

type

Option<never>