I made this because I was tired of writing repetitive value is Foo guards and wanted a clean, type-safe alternative.
GitHub: https://github.com/nyaomaru/is-kit Docs: https://is-kit-docs.vercel.app/en
Would love your feedback on design trade-offs and naming!
nyaomaru•1h ago
I'm especially curious if the “composability” part feels natural — e.g. combining guards with `and`, `or`, `struct`.
Also open to any feedback about naming and developer ergonomics!