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.
2 parents 108e07c + f5889ed commit 1277067Copy full SHA for 1277067
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