Skip to content

Commit 72b3547

Browse files
mikaelwalterssonsnd
authored andcommitted
Update index.d.ts
1 parent 270775e commit 72b3547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ interface UrlPatternOptions {
55
segmentNameCharset?: string;
66
optionalSegmentStartChar?: string;
77
optionalSegmentEndChar?: string;
8-
wildcardChar: string;
8+
wildcardChar?: string;
99
}
1010

1111
declare class UrlPattern {

0 commit comments

Comments
 (0)