Skip to content

Commit 735adc2

Browse files
committed
remove idea done in the dev-parsing branch
1 parent b78d436 commit 735adc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export type TypedRegExpExecArray<Groups extends string[] = string[], NamedGroups
99
input: InputString;
1010
};
1111

12-
// IDEA regexp parsing -> automatic Groups and NamedGroups generation
13-
1412
export interface TypedRegExp<
1513
Groups extends string[] = string[],
1614
NamedGroups extends { [key: string]: string } = { [key: string]: string },

0 commit comments

Comments
 (0)