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>default

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

type

{ isSome; isNone; contains; inspect; map; filter; unwrap; unwrapOr; or; and; okOr; }