Hello,
I really like your library! However, I have a question—would it be possible to use it during CI/CD, or perhaps add a script that can generate predicates based on a pattern?
For example, given the following path:
src/components/other-folder/*/*.types.ts
The script would generate a corresponding guard file next to each type definition:
src/components/other-folder/*/*.types.guard.ts
Ideally, it would also add a re-export in each folder’s index.ts.
Is this currently possible, or is it something you plan to support?
Thanks!