Builds a route matcher that matches any number of directories, and captures them.
Matches only at the entry name beginning.
Reports the capture as dirs.
dirs
Never captures empty match.
Optional
The name of the capture or nothing to capture under match index.
New route matcher.
Use rmatchDirs for anonymous capture.
Generated using TypeDoc
Builds a route matcher that matches any number of directories, and captures them.
Matches only at the entry name beginning.
Reports the capture as
dirs
.Never captures empty match.