Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ahh/src/option.ts>Option

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

A value that is either None or Some.

definition: None | Some<T>