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

x/ahh/src/option/mod.ts

Idiomatic type-safety structures for TypeScript.
Go to Latest
import * as ahh from "https://deno.land/x/ahh@v0.10.0/src/option/mod.ts";

Classes

c
O

Functionality for Option.

Type Aliases

Represents an Option that does not exist.

Represents an optional value that either exists (Some) or does not exist (None).

Represents an Option that does exist.