remix/route-pattern · FunctionView Source
createMatcher
Summary
Create a new matcher.
Signature
function createMatcher<data>(options: { ignoreCase?: boolean }): Matcher<data>;
Parameters
options
Constructor options
Returns
A new matcher instance.