Skip to content

Commit

Permalink
Split filters into separate files
Browse files Browse the repository at this point in the history
  • Loading branch information
kepano committed Sep 14, 2024
1 parent 28d884f commit 02ebddc
Show file tree
Hide file tree
Showing 29 changed files with 452 additions and 397 deletions.
1 change: 1 addition & 0 deletions src/types/filters.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export type FilterFunction = (value: string, param?: string) => string;
Loading

0 comments on commit 02ebddc

Please sign in to comment.