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

x/ahh/src/option.ts>None

Opinionated idiomatic features for TypeScript.
Go to Latest
type alias None
import { type None } from "https://deno.land/x/ahh@v0.12.1/src/option.ts";

A value that is either undefined or null.

definition: undefined | null