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

x/ahh/src/option.ts>Option

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

A value that is either None or Some.

definition: None | Some<T>