Skip to content

Commit 8f27141

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 664a5d5 commit 8f27141

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export {
1212
generateFilterList,
1313
} from "./export/advanced-formatter.js";
1414
export { RuleDeduplicator } from "./RuleDeduplicator.js";
15-
export { downloadAndParseSource, parseFilterList } from "./RuleProcessor.js";
15+
export { downloadAndParseSource, parseFilterList, RuleProcessor } from "./RuleProcessor.js";
1616
export { RuleStore } from "./RuleStore.js";
1717

1818
// Other type exports

0 commit comments

Comments
 (0)