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 fc267ac commit 493f044Copy full SHA for 493f044
index.d.ts
@@ -38,6 +38,7 @@ type Options = {
38
facts?: Facts;
39
actions: Actions;
40
rules?: Rules;
41
+ pattern?: RegExp;
42
};
43
44
type StartingFactMapEvent = {
0 commit comments