8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
import { FilterJSON } from "./filter_json";
|
|
import { FilterMatch } from "./filter_match";
|
|
|
|
export const Filter = {
|
|
...FilterMatch,
|
|
...FilterJSON,
|
|
};
|