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 432ac6b commit 7309fa9Copy full SHA for 7309fa9
src/index.ts
@@ -13,7 +13,7 @@ export class RuleEngine {
13
}[] = [
14
{
15
key: "%like%",
16
- val: (a, b) => Promise.resolve(includes(a, b)),
+ val: (a, b: any) => Promise.resolve(includes(a, b)),
17
},
18
19
key: "%like",
0 commit comments