Completed library conversion.

This commit is contained in:
Jay
2025-10-24 14:44:25 -04:00
parent eec1b352ed
commit 6726526a48
8 changed files with 744 additions and 17 deletions

View File

@@ -1,5 +1,7 @@
import { FilterJSON } from "./filter_json";
import { FilterMatch } from "./filter_match";
export const Filter = {
...FilterMatch,
...FilterJSON,
};