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

x/match/lib/option.ts>Some

A simple pattern matching library for people who love currying!
Latest
type alias Some
import { type Some } from "https://deno.land/x/match@v1.0.0/lib/option.ts";
definition: { type: "some"; value: TValue; }