Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/monads/option/option.ts>Match

👻 Option, Result, and Either types for TypeScript; Inspired by Rust
Latest
interface Match
import { type Match } from "https://deno.land/x/monads@v0.5.10/option/option.ts";

Properties

some: (val: T) => U
none: (() => U) | U