Skip to main content
Module

x/optionals/mod.ts>none

Rust-like error handling and options for TypeScript and Deno!
Go to Latest
variable none
Re-export
import { none } from "https://deno.land/x/optionals@v2.0.2/mod.ts";

The primitive None value.

Note: To construct a None variant Option, please use None() instead.

type

symbol