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.13.0/src/option.ts";

A value that is nullish; either undefined or null.

definition: undefined | null