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

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

Opinionated idiomatic type-safety functions.
Go to Latest
type alias Some
import { type Some } from "https://deno.land/x/ahh@v0.11.0/src/option/mod.ts";

Represents an Option that does exist.

definition: T