import { type Match } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/shims/urlpattern/path-to-regex-modified.ts";
A match is either false
(no match) or a match result.
definition: false | MatchResult<P>
x/dynablox_opencloud/src/shims/urlpattern/path-to-regex-modified.ts>Match
import { type Match } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/shims/urlpattern/path-to-regex-modified.ts";
A match is either false
(no match) or a match result.