Skip to main content
Module

x/match/mod.ts

A simple pattern matching library for people who love currying!
Latest
File
// Copyright 2021 the match library authors (see: https://github.com/behaviorland/match).// All rights reserved.// MIT license.
export { isNone, isSome } from "./lib/option.ts";export { match } from "./lib/match.ts";