We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70dff0 commit 6cd64d1Copy full SHA for 6cd64d1
src/CustomMatch.ts
@@ -53,4 +53,8 @@ export class CustomMatch extends Match {
53
getMatcher(): CustomMatcher {
54
return this.matcher;
55
}
56
+
57
+ getReplacerArgs(): ReplacerArgs {
58
+ return this.replacerArgs;
59
+ }
60
0 commit comments