Type-narrowing matches: narrows specimen in if-blocks.
This declaration overlays the runtime matches from patternMatchers.js
with a type-predicate signature. The base runtime signature
(specimen: unknown, patt: Pattern) => boolean is verified as a supertype
in types-index.js.
Type-narrowing
matches: narrowsspecimenin if-blocks.This declaration overlays the runtime
matchesfrompatternMatchers.jswith a type-predicate signature. The base runtime signature(specimen: unknown, patt: Pattern) => booleanis verified as a supertype intypes-index.js.