W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
URLPatternComponentResult
interface
URLPatternComponentResult {
groups
:
Record
<
string
,
string
>
;
input
:
string
;
}
Properties
groups
:
Record
<
string
,
string
>
input
:
string
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/URLPatternComponentResult