Skip to content

Commit 66256da

Browse files
committed
add 'allowGroupNameDuplicates' to types
1 parent 0bfc6c2 commit 66256da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ declare module 'regexp-tree' {
161161

162162
export interface ParserOptions {
163163
captureLocations?: boolean;
164+
allowGroupNameDuplicates?: boolean;
164165
}
165166

166167
/**

0 commit comments

Comments
 (0)