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

x/ahh/src/option/mod.ts>Some

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

Represents an Option that does exist.

definition: T