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

x/optio/operators/extract.ts>Matcher

Minimum option type port of Rust
Latest
interface Matcher
import { type Matcher } from "https://deno.land/x/optio@1.0.0/operators/extract.ts";

Option matcher.

Properties

Some: (value: T) => U

Match on Some.

None: () => U

Match on None.