We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108e07c commit f5889edCopy full SHA for f5889ed
1 file changed
lib/index.ts
@@ -3,6 +3,8 @@ import isEqual from "lodash.isequal";
3
4
import { Rule, Options, Fact, API } from "./types";
5
6
+export {Rule, Options, Fact, API}
7
+
8
export class RuleEngine {
9
public rules: Rule[] = [];
10
public activeRules: Rule[] = [];
0 commit comments