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

Idiomatic type-safety structures for TypeScript.
Go to Latest
type alias None
import { type None } from "https://deno.land/x/ahh@v0.9.1/src/option/mod.ts";

Represents an Option that does not exist.

definition: undefined | null
variable None
import { None } from "https://deno.land/x/ahh@v0.9.1/src/option/mod.ts";