MatchParamMeta
Summary
Metadata describing where a matched param appeared in a normalized URL part.
Signature
type MatchParamMeta = {
begin: number
end: number
name: string
type: ':' | '*'
value: string
}
Metadata describing where a matched param appeared in a normalized URL part.
type MatchParamMeta = {
begin: number
end: number
name: string
type: ':' | '*'
value: string
}