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

x/match/lib/option.ts>none

A simple pattern matching library for people who love currying!
Latest
variable none
import { none } from "https://deno.land/x/match@v1.0.0/lib/option.ts";

type

<TValue>() => Option<TValue>