We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664a5d5 commit 8f27141Copy full SHA for 8f27141
2 files changed
src/index.ts
@@ -12,7 +12,7 @@ export {
12
generateFilterList,
13
} from "./export/advanced-formatter.js";
14
export { RuleDeduplicator } from "./RuleDeduplicator.js";
15
-export { downloadAndParseSource, parseFilterList } from "./RuleProcessor.js";
+export { downloadAndParseSource, parseFilterList, RuleProcessor } from "./RuleProcessor.js";
16
export { RuleStore } from "./RuleStore.js";
17
18
// Other type exports
0 commit comments