Skip to main content
Module

x/fuzzy_octo_guacamole/mod.ts>Pattern.unstable_Matcher

A playground for testing CI setup that deploys on Deno and NPM
Latest
type alias Pattern.unstable_Matcher
import { type Pattern } from "https://deno.land/x/fuzzy_octo_guacamole@v5.0.1/mod.ts";
const { unstable_Matcher } = Pattern;

Examples

Example 1

class Some<T> implements P.unstable_Matchable {
 [P.matcher](): P.unstable_Matcher<Some<T>>
}

Type Parameters

narrowedOrFn
optional
input = unknown
optional
pattern = never
definition: ReturnType<CustomP<input, pattern, narrowedOrFn>[matcher]>