We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270775e commit 72b3547Copy full SHA for 72b3547
index.d.ts
@@ -5,7 +5,7 @@ interface UrlPatternOptions {
5
segmentNameCharset?: string;
6
optionalSegmentStartChar?: string;
7
optionalSegmentEndChar?: string;
8
- wildcardChar: string;
+ wildcardChar?: string;
9
}
10
11
declare class UrlPattern {
0 commit comments